Releases: hihaho/phpstan-rules
Releases · hihaho/phpstan-rules
v2.0.1
What's Changed
- Handle resource collections in rules/naming classes/eloquent api resources by @SanderMuller in #36
Full Changelog: v2.0.0...v2.0.1
v1.2.1
What's Changed
Handle resource collections in rules/naming classes/eloquent api resources by @SanderMuller in #36
Full Changelog: v1.2.0...v1.2.1
V1.2.0
Backport v2 changes excluding PHPstan 2.0 to v1
v2.0.0
What's Changed
- Bump shivammathur/setup-php from 2.30.5 to 2.31.0 by @dependabot in #26
- Bump shivammathur/setup-php from 2.31.0 to 2.31.1 by @dependabot in #27
- Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #28
- Bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #30
- Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #31
- [v2.0] Add PHP8.4 support & upgrade to PHPStan 2.0 by @SanderMuller in #34
New Contributors
- @SanderMuller made their first contribution in #34
Full Changelog: v1.1.1...v2.0.0
v1.1.1
What's Changed
- [1.x] Add identifiers to rule builders by @RobertBoes in #25
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
Dependencies
- Bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in #20
- Bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in #21
- Bump shivammathur/setup-php from 2.30.4 to 2.30.5 by @dependabot in #22
- Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #24
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- add Github Actions by @Treggats in #2
- Add pint by @RobertBoes in #3
- Naming classes guidelines by @RobertBoes in #1
- Feature: Disallow facade alias in code by @RobertBoes in #18
- Support for Laravel 11 by @RobertBoes in #19
New Contributors
- @Treggats made their first contribution in #2
- @RobertBoes made their first contribution in #3
Full Changelog: v0.1.0...v1.0.0
v0.1.0
v0.1.0 - Initial release
Added
- Rule: Slash in URL - https://guidelines.hihaho.com/laravel.html#slash-in-url
- Rule: Route groups - https://guidelines.hihaho.com/laravel.html#route-groups
- Rule: No
invade()
in App namespace and require usage ofspatie/invade
instead of\Livewire\invade