Skip to content

Commit

Permalink
[configuration] Fixing PHPStan configuration (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 18, 2023
1 parent dca9147 commit 0f6edd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/phpstan.src.neon
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ parameters:

ignoreErrors:
- message: '#^Parameter \#1 \$value of function strval expects bool\|float\|int\|resource\|string\|null, mixed given.#'
- message: '#^Parameter \#1 \$value of function floatval expects array\|bool\|float\|int\|resource\|string\|null, mixed given.#'
- message: '#^Parameter \#1 \$value of function intval expects array\|bool\|float\|int\|resource\|string\|null, mixed given.#'

0 comments on commit 0f6edd4

Please sign in to comment.