Skip to content

Commit

Permalink
Merge pull request #2848 from skaut/dependabot/w40rls
Browse files Browse the repository at this point in the history
Dependabot/w40rls
  • Loading branch information
juradee authored Oct 4, 2024
2 parents a37c198 + 857cb27 commit 2aa1935
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 42 deletions.
86 changes: 45 additions & 41 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
parameters:
ignoreErrors:
-
identifier: missingType.generics
# Errors related mostly to usage of assert($x instanceof A || $x === null) and similar asserts
- '~Unreachable statement - code above always terminates.~'

Expand All @@ -14,7 +16,6 @@ parameters:
scanDirectories:
- tests/_support

checkGenericClassInNonGenericObjectType: false

services:
- class: CodeQuality\ObjectIdentityComparisonRule
Expand Down

0 comments on commit 2aa1935

Please sign in to comment.