This website requires JavaScript.
Explore
Help
Sign in
core
/
php-commerce
Watch
8
Star
0
Fork
You've already forked php-commerce
0
Code
Issues
16
Pull requests
11
Projects
Releases
Packages
Wiki
Activity
Actions
df167eb423
php-commerce
/
routes
/
console.php
6 lines
85 B
PHP
Raw
Normal View
History
Unescape
Escape
Initial commit
2026-01-26 23:18:22 +00:00
<
?
php
fix(dx): add declare(strict_types=1) and fix PSR-12 compliance 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>
2026-03-17 09:08:03 +00:00
declare
(
strict_types
=
1
);
Initial commit
2026-01-26 23:18:22 +00:00
// Console commands are registered via Core modules
Reference in a new issue
Copy permalink