From bd9fc18145001f81c432e43d13af842c4fe0a329 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 17 Jul 2018 22:27:14 +0200 Subject: [PATCH] Exclude special case --- Config/phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/Config/phpstan.neon b/Config/phpstan.neon index 7c04206..54ec436 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#' - '#Call to an undefined method RecursiveIteratorIterator::getSubPathname\(\)#' + - '#Call to an undefined method RecursiveIteratorIterator\|RegexIterator::getSubPathname\(\)#' fileExtensions: - php excludes_analyse: