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#'