Skip to content

Commit

Permalink
chore: prepares 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Sep 8, 2024
1 parent 8e1948d commit 9ec437a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"license": "MIT",
"require": {
"php": "^8.2",
"pestphp/pest": "^2.35.1",
"pestphp/pest-plugin": "^2.1.1",
"pestphp/pest": "^3.0.0",
"pestphp/pest-plugin": "^3.0.0",
"ext-curl": "*",
"ext-zip": "*"
},
Expand Down
2 changes: 0 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ parameters:
level: max
paths:
- src
- tests

checkMissingIterableValueType: true
checkGenericClassInNonGenericObjectType: false
reportUnmatchedIgnoredErrors: true
ignoreErrors:
- "#Undefined variable: \\$this#"
- "#Short ternary operator is not allowed#"

0 comments on commit 9ec437a

Please sign in to comment.