Add declare(strict_types=1) to 5 PHP files missing it (routes/console.php, 4 feature tests). Fix Boot.php route includes from Routes/ to routes/ to match actual directory casing — prevents breakage on case-sensitive filesystems. 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
|