Added missing strict_types declarations to 65 PHP files and ran Laravel Pint to fix PSR-12 violations (ordered imports, unary operator spacing, brace positioning, fully qualified strict types). Co-Authored-By: Virgil <virgil@lethean.io>
5 lines
85 B
PHP
5 lines
85 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
// Console commands are registered via Core modules
|