diff --git a/phpstan.neon b/phpstan.neon index ef6f78c..f45c475 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -14,7 +14,6 @@ parameters: - tests ignoreErrors: - - '#Anonymous function should return Illuminate\\Database\\Eloquent\\Collection but returns Illuminate\\Support\\Collection<\(int\|string\), Illuminate\\Database\\Eloquent\\Model>.#' - message: '#Method Tests\\.*Test::.* (has parameter|return type) .* (does not specify its type|no value type specified).*#i' path: '*Test.php'