Skip to content

Commit

Permalink
Merge pull request #15 from paqtcom/phpstan-update-deprecated-parameter
Browse files Browse the repository at this point in the history
Updated deprecated rule by using identifiers
  • Loading branch information
DennySchoutenPaqt authored Oct 3, 2024
2 parents e12a728 + 54f9d57 commit 7e4b534
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"nunomaduro/larastan": "*",
"squizlabs/php_codesniffer": "<3.0",
"phpmd/phpmd": "<2.0",
"phpstan/phpstan": "<0.12.50"
"phpstan/phpstan": "<1.11.0"
}
}
5 changes: 4 additions & 1 deletion rules/phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
parameters:
level: max

checkMissingIterableValueType: false
checkUnionTypes: true

ignoreErrors:
-
identifier: missingType.iterableValue

0 comments on commit 7e4b534

Please sign in to comment.