Skip to content

Commit b3d527f

Browse files
Add reliability improvements and author branding
- Add SECURITY.md with security policy and contact emails - Add GitHub issue templates (bug report, feature request) - Add PHPStan and Larastan for static analysis - Update CI workflow for Laravel 12 support - Add PHP and Laravel version badges to README - Add author section with profile picture - Update CHANGELOG.md with version history - Update CONTRIBUTING.md with analysis instructions
1 parent 7600b5f commit b3d527f

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

phpstan.neon

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ parameters:
55
paths:
66
- src
77

8-
level: 5
8+
level: 4
99

1010
excludePaths:
1111
- vendor
12+
13+
ignoreErrors:
14+
- '#Call to an undefined method Illuminate\\Pagination\\AbstractPaginator::#'
15+
- '#Instanceof between mixed and Illuminate\\Http\\Resources\\Json\\ResourceCollection#'
16+
- '#Argument of an invalid type Illuminate\\Routing\\RouteCollectionInterface#'
17+
- '#Using nullsafe property access on left side of#'
18+
- '#Offset .* on .* on left side of \?\? always exists#'
19+
- '#Trait Stackmasteraliza\\ApiResponse\\Traits\\HasApiResponse is used zero times#'

0 commit comments

Comments
 (0)