Commit Graph
1 Commits
Author SHA1 Message Date
Anders JenboandTaylor Otwell cf5aed8c2e Improve static analysis by adding type hints for $app in artisan and public/index.php (#6531)
* feat: add type hints for $app in artisan and public/index.php

Added PHPDoc type hints for the $app variable to improve static analysis
support in PHPStan and PHPStorm. This prevents tools from incorrectly
flagging the variable and enhances developer experience.

No functional changes; only improves code readability and IDE support.

* Update artisan

* Update index.php

---------

Co-authored-by: Taylor Otwell <[email protected]>
2025-02-05 12:01:25 +01:00