Skip to content

Commit

Permalink
Fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jan 5, 2019
1 parent 4dd042d commit 62aa65e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpstan.neon
Expand Up @@ -2,6 +2,8 @@ parameters:
autoload_files:
- tests/bootstrap.php
ignoreErrors:
- '#Constant MCRYPT_[A-Z0-9_]+ not found#'
- '#Function mcrypt_[a-zA-Z0-9_]+ not found#'
- '#Function wincache_ucache_[a-zA-Z0-9_]+ not found#'
- '#Function xcache_[a-zA-Z0-9_]+ not found#'
- '#Cake\\Database\\Type\\[a-zA-Z0-9_]+Type::__construct\(\) does not call parent constructor from Cake\\Database\\Type#'
Expand Down

0 comments on commit 62aa65e

Please sign in to comment.