Skip to content

Commit

Permalink
bumping phpstan level, supressing error caused by docblocks on moonto…
Browse files Browse the repository at this point in the history
…ast/math, as mentioned in ramsey#210
  • Loading branch information
SignpostMarv committed Feb 13, 2018
1 parent 8137ba8 commit dcf16dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"phpunit": "phpunit --verbose --colors=always",
"phpcs": "phpcs src tests --standard=psr2 -sp --colors",
"phpstan": [
"phpstan analyse -c phpstan.neon src --level 5 --no-progress",
"phpstan analyse -c phpstan.neon src --level 6 --no-progress",
"phpstan analyse -c phpstan-tests.neon tests --level 4 --no-progress"
],
"test": [
Expand Down
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ parameters:
- '#Function Sodium\\randombytes_buf not found#'
- '#Constant UUID_TYPE_TIME not found#'
- '#Constant UUID_TYPE_RANDOM not found#'
- '#Moontoast\\Math\\BigNumber::convertFromBase10\(\) expects int\|string, Moontoast\\Math\\BigNumber given.#'

0 comments on commit dcf16dd

Please sign in to comment.