Skip to content

Commit

Permalink
Fix phpstan configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Jul 15, 2017
1 parent e2fd2fe commit cd0278c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpstan.neon
Expand Up @@ -3,9 +3,9 @@ includes:
- vendor-tools/phpstan/phpstan-nette/rules.neon

parameters:
excludes_analyse:
- %rootDir%/../../../tests/_*

ignoreErrors:
- '#^Access to an undefined property Eloquent\\Phony\\Mock\\Handle\\InstanceHandle::\$[a-zA-Z]++#'
- '#^Parameter \#[0-9]++ \$[a-zA-Z]++ of method [a-zA-Z\\:]++\(\) expects [a-zA-Z\\]++, Eloquent\\Phony\\Mock\\Mock given#'

excludes_analyse:
- %rootDir%/../../../tests/_helpers/*

0 comments on commit cd0278c

Please sign in to comment.