Skip to content

Commit

Permalink
updated to phpstan 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Jun 29, 2018
1 parent 18887ca commit a9e032f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions phpstan.neon
Expand Up @@ -2,5 +2,7 @@ parameters:
fileExtensions:
- php
reportUnmatchedIgnoredErrors: true
#ignoreErrors:
# - '#Call to an undefined method Soluble\\Japha\\Interfaces\\JavaObject::#'
ignoreErrors:
# For now this one is incorrect
- '#Strict comparison using === between PDOStatement and false will always evaluate to false.#'

0 comments on commit a9e032f

Please sign in to comment.