Skip to content

Commit

Permalink
Remove another phpstan ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hoffmann committed Jul 25, 2017
1 parent 2f585a2 commit 9b51f48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpstan.neon
Expand Up @@ -4,7 +4,6 @@ parameters:
ignoreErrors:
- '#Function wincache_ucache_[a-zA-Z0-9_]+ not found#'
- '#Function xcache_[a-zA-Z0-9_]+ not found#'
- '#Function fastcgi_[a-zA-Z0-9_]+ not found#'
- '#Cake\\Database\\Type\\[a-zA-Z0-9_]+Type::__construct\(\) does not call parent constructor from Cake\\Database\\Type#'
- '#Constructor of class Cake\\[a-zA-Z0-9_\\]+ has an unused parameter#'
- '#Call to an undefined method Cake\\Console\\Shell::main\(\)#'
Expand Down

0 comments on commit 9b51f48

Please sign in to comment.