diff --git a/.phive/phars.xml b/.phive/phars.xml index c8954a4..5fc9dc5 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,5 +1,5 @@ - + diff --git a/phpstan.neon b/phpstan.neon index bbf4d93..441a164 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -5,10 +5,12 @@ parameters: ignoreErrors: - identifier: missingType.iterableValue + - identifier: missingType.generics + - - message: "#^Parameter \\#1 \\$field of method Cake\\\\Datasource\\\\EntityInterface\\:\\:get\\(\\) expects string, array\\\\|string given\\.$#" + message: "#^Parameter \\#1 \\$field of method Cake\\\\Datasource\\\\EntityInterface\\:\\:get\\(\\) expects string, array\\\\|string given\\.$#" count: 1 path: src/File/Path/DefaultProcessor.php