From b9b8db50d0265202cfcbce84e892158aff99248c Mon Sep 17 00:00:00 2001 From: Eric Stern Date: Wed, 27 Oct 2021 16:51:40 -0700 Subject: [PATCH] Line number in baseline --- phpstan-baseline.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 9472b5c..7bd4c93 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -46,7 +46,7 @@ parameters: path: tests/ResponseTraitTest.php - - message: "#^Method class@anonymous/tests/ResponseTraitTest\\.php\\:16\\:\\:parseResponse\\(\\) has parameter \\$response with no value type specified in iterable type array\\.$#" + message: "#^Method class@anonymous/tests/ResponseTraitTest\\.php\\:17\\:\\:parseResponse\\(\\) has parameter \\$response with no value type specified in iterable type array\\.$#" count: 1 path: tests/ResponseTraitTest.php