From 0d5284e287dbbb4d316f9b2e4cd8644acf57d041 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 15 Jul 2018 11:49:37 +0200 Subject: [PATCH] Ignore iteratoriterator bug --- Config/phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/Config/phpstan.neon b/Config/phpstan.neon index deeaa8d..66c5317 100644 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -12,6 +12,7 @@ parameters: - '#Strict comparison using === between array and false will always evaluate to false#' - '#Cannot call method (.*) on PDO\|null#' - '#Method phpOMS\\Message\\Http\\Rest::request\(\) should return string but returns string\|true#' + - '#Call to an undefined method RecursiveIteratorIterator::getSubPathname\(\)#' fileExtensions: - php excludes_analyse: