Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Fixed PHPStan analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Okipa committed Feb 25, 2023
1 parent 493944d commit 066eb85
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ parameters:

ignoreErrors:
- '#Access to an undefined property#'
- '#Parameter \#1 \$view of function view expects view-string\|null, string given#'

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

checkMissingIterableValueType: true
# excludePaths:
# - ./*/*/FileToBeExcluded.php
#
# checkMissingIterableValueType: false

0 comments on commit 066eb85

Please sign in to comment.