From 8c0b6580243a41c944288791dc70e5593d8a9065 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 15 Jul 2018 22:07:07 +0200 Subject: [PATCH] Remove old ignored bug --- Config/phpstan.neon | 1 - 1 file changed, 1 deletion(-) diff --git a/Config/phpstan.neon b/Config/phpstan.neon index 66c5317..7c04206 100644 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -11,7 +11,6 @@ parameters: - '#Call to an undefined method object::getId\(\)#' - '#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