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
minor #665 [PHPStan] Replace custom ForbidEmptyRule with phpstan-strict-rules DisallowEmptyRule (OskarStark)
This PR was squashed before being merged into the main branch.
Discussion
----------
[PHPStan] Replace custom `ForbidEmptyRule` with phpstan-strict-rules `DisallowEmptyRule`
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Docs? | no
| Issues | Reworks #663
| License | MIT
Commits
-------
1aeb98d [PHPStan] Replace custom `ForbidEmptyRule` with phpstan-strict-rules `DisallowEmptyRule`
Copy file name to clipboardExpand all lines: src/ai-bundle/phpstan.dist.neon
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,3 +20,6 @@ parameters:
20
20
message:'#method_exists\(\) with Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException and ''setAccessDecision'' will always evaluate to true#'
21
21
path:src/*
22
22
reportUnmatched:false# only needed for Symfony < 7.3 versions
0 commit comments