diff --git a/phpstan.neon b/phpstan.neon index e6d818b9c..fbb363066 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -31,6 +31,3 @@ parameters: - message: '#Call to an undefined method#' - message: '#Variable .* might not be defined#' - message: '#Constant .* not found#' - - # Allow references where we don't know the type of an object - - message: '#Access to an undefined property object::#'