This website requires JavaScript.
Explore
Help
Sign in
core
/
php-admin
Watch
8
Star
0
Fork
You've already forked php-admin
0
Code
Issues
16
Pull requests
9
Projects
Releases
Packages
Wiki
Activity
Actions
ddfb71d767
php-admin
/
bootstrap
/
providers.php
8 lines
90 B
PHP
Raw
Normal View
History
Unescape
Escape
Initial commit
2026-01-26 20:48:24 +00:00
<
?
php
refactor: add declare(strict_types=1) to remaining PHP files Add strict_types declaration to 9 scaffold/config files that were missed in the earlier dx-audit pass (bcb40d4). All non-blade PHP files in the repository now enforce strict typing per CLAUDE.md conventions. Files: bootstrap/app.php, bootstrap/providers.php, config/core.php, database/seeders/DatabaseSeeder.php, public/index.php, routes/*.php, app/Providers/AppServiceProvider.php Fixes #5 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 16:38:18 +00:00
declare
(
strict_types
=
1
);
Initial commit
2026-01-26 20:48:24 +00:00
return
[
App\Providers\AppServiceProvider
::
class
,
];
Reference in a new issue
Copy permalink