Skip to content

Commit

Permalink
Update PHPStan config
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Jun 23, 2020
1 parent 886198d commit d3fee62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
parameters:
bootstrap: vendor/autoload.php
bootstrapFiles:
- vendor/autoload.php
ignoreErrors:
- '#^Parameter \#4 \$length of function substr_compare expects int, null given\.$#'
- '#^Variable method call on \$this\(WoohooLabs\\Zen\\AbstractCompiledContainer\)\.$#'
Expand Down

0 comments on commit d3fee62

Please sign in to comment.