Skip to content

Commit

Permalink
Add exception
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jul 10, 2018
1 parent d8f3aea commit 77ec7e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpstan-tests.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
parameters:
ignoreErrors:
# https://github.com/phpstan/phpstan/issues/1185
- '#Function xdebug_disable not found.#'

# parent calls are intentionally omitted
- '#Issue244Exception::__construct\(\) does not call parent constructor from Exception.#'
- '#Issue244ExceptionIntCode::__construct\(\) does not call parent constructor from Exception.#'
Expand Down

0 comments on commit 77ec7e6

Please sign in to comment.