Skip to content

Commit

Permalink
Fix path and pattern format
Browse files Browse the repository at this point in the history
  • Loading branch information
matchish committed Nov 18, 2019
1 parent 9884b02 commit c1e6191
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions phpstan.neon.dist
Expand Up @@ -16,6 +16,5 @@ parameters:
path: %currentWorkingDirectory%/src/Engines/ElasticSearchEngine.php
message: '#Parameter \#2 \$search of function array_key_exists expects array, array\|\(callable\) given\.#'
-
path: %currentWorkingDirectory%/src/Engines/ElasticSearchEngine.php
message: '#Argument of an invalid type array\|\(callable\) supplied for foreach, only
iterables are supported\.#'
path: %currentWorkingDirectory%/src/Jobs/Stages/SwitchToNewAndRemoveOldIndex.php
message: '#Argument of an invalid type array\|\(callable\) supplied for foreach, only iterables are supported\.#'

0 comments on commit c1e6191

Please sign in to comment.