You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve static analysis by adding type hints for $app in artisan and public/index.php (laravel#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]>
0 commit comments