From 58f1b851e2c51fdd9c7fc5df8d4fb0e682d71731 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 14 Jul 2018 23:00:41 +0200 Subject: [PATCH] Ignore special case for curl --- Config/phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/Config/phpstan.neon b/Config/phpstan.neon index 04e8356..deeaa8d 100644 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -11,6 +11,7 @@ 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#' fileExtensions: - php excludes_analyse: