3 Commits
Author SHA1 Message Date
Anders Jenbo c1f2608e69 Remove reverted change from CHANGELOG.md (#6565) 2025-03-05 10:07:53 -06:00
Anders JenboandTaylor Otwell 1390672302 feat: add type hints for $this in routes/console.php (#6559)
* feat: add type hints for $this in routes/console.php

* Update console.php

* Update console.php

---------

Co-authored-by: Taylor Otwell <[email protected]>
2025-03-04 09:48:56 -06:00
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