Skip to content

Commit

Permalink
Add a few more PHPStan settings and fix indendation.
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Telgenhof <[email protected]>
  • Loading branch information
stelgenhof committed Dec 30, 2023
1 parent a1aed3d commit 3f6855a
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
parameters:
level: 6
paths:
- src
- examples
ignoreErrors:
-
message: '#Comparison operation "<=" between [0-9]+ and int<[0-9]+, max> is always true.#'
path: src/Yasumi/Provider/Turkey.php
checkGenericClassInNonGenericObjectType: false
level: 6
paths:
- src
- examples
ignoreErrors:
-
message: '#Comparison operation "<=" between [0-9]+ and int<[0-9]+, max> is always true.#'
path: src/Yasumi/Provider/Turkey.php
checkGenericClassInNonGenericObjectType: false
reportUnmatchedIgnoredErrors: true # Do not allow outdated errors in the baseline
treatPhpDocTypesAsCertain: false
tipsOfTheDay: false

0 comments on commit 3f6855a

Please sign in to comment.