Skip to content

Commit

Permalink
Fixed PHPStan analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Okipa committed Sep 10, 2022
1 parent 4c13e6e commit 1f61124
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ parameters:
- src
- tests

# The level 9 is the highest level
# Level 9 is the highest level
level: 5

ignoreErrors:
- '#Parameter \#2 \$needles of static method Illuminate\\Support\\Str::contains\(\)#'

excludePaths:
#- ./*/*/FileToBeExcluded.php

#checkMissingIterableValueType: true
# ignoreErrors:
# - '#PHPDoc tag @var#'
#
# excludePaths:
# - ./*/*/FileToBeExcluded.php
#
# checkMissingIterableValueType: false

0 comments on commit 1f61124

Please sign in to comment.