From 5329060c2bc047595a33e0d62671d207a18bf2e8 Mon Sep 17 00:00:00 2001 From: odan Date: Sat, 24 Aug 2019 13:01:18 +0200 Subject: [PATCH] Fix tests --- phpstan.neon | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 3c4b2c3db..5a1557f4d 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,5 +1,7 @@ parameters: reportUnmatchedIgnoredErrors: false ignoreErrors: + - '/Cannot access offset 0 on callable/' + - '/Cannot access offset 1 on callable/' - '#PHPDoc tag @throws with type Interop\\Container\\Exception\\ContainerException is not subtype of Throwable#' - - '#PHPDoc tag @throws with type Psr\Container\ContainerExceptionInterface|ReflectionException is not subtype of Throwable#' \ No newline at end of file + - '#PHPDoc tag @throws with type Psr\Container\ContainerExceptionInterface|ReflectionException is not subtype of Throwable#'