diff --git a/src/phpstan.neon b/src/phpstan.neon index de3d7e1c..8e854b01 100644 --- a/src/phpstan.neon +++ b/src/phpstan.neon @@ -1,14 +1,11 @@ includes: - ./vendor/nunomaduro/larastan/extension.neon parameters: ignoreErrors: - '#Access to an undefined property Illuminate\\Contracts\\Auth\\Authenticatable#' - '#Access to an undefined property [a-zA-Z\\]+::\$pivot#' - - '#Access to an undefined property Illuminate\\Database\\Eloquent\\Model::\$id#' - - '#Access to an undefined property Illuminate\\Database\\Eloquent\\Model::\$created_at#' - - '#Call to an undefined method Illuminate\\Database\\Eloquent\\Model::toString\(\)#' - '#Call to an undefined method Tests\\Browser::#' level: 4 paths: - app/ - tests/