Skip to content

Commit

Permalink
Bump the phpstan group with 1 update (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 12, 2023
1 parent eb8b18a commit cecdc3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"phpstan/phpstan-nette": "1.2.9",
"nepada/phpstan-nette-tester": "1.0.0",
"spaze/phpstan-disallowed-calls": "2.16.0",
"shipmonk/phpstan-rules": "2.6.3",
"shipmonk/phpstan-rules": "2.7.0",
"phpstan/phpstan-mockery": "1.1.1",
"php-parallel-lint/php-parallel-lint": "1.3.2",
"nepada/coding-standard": "7.11.0",
Expand Down
4 changes: 4 additions & 0 deletions tests/PHPStan/shipmonk.neon
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ parameters:
enabled: false
enforceReadonlyPublicProperty:
enabled: false
forbidCheckedExceptionInCallable:
allowedCheckedExceptionCallables:
'Tester\Assert::exception': 0
'Tester\Assert::noError': 0
forbidCustomFunctions:
enabled: false
list: []
Expand Down

0 comments on commit cecdc3f

Please sign in to comment.