Skip to content

Commit

Permalink
Merge pull request #68 from pagemachine/phpstan-is-array-false
Browse files Browse the repository at this point in the history
Suppress PHPStan is_array() error for now
  • Loading branch information
mbrodala committed Mar 31, 2022
2 parents 3979618 + fd5b6da commit b2de98a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ parameters:
paths:
- Classes/Middleware/UriBuilder.php
- Classes/Utility/TsfeUtility.php
- message: '#Call to function is_array\(\) with mixed will always evaluate to false.#'
path: Classes/Feature/Traits/FieldCollectionTrait.php

reportUnmatchedIgnoredErrors: false

0 comments on commit b2de98a

Please sign in to comment.