File tree
Expand file treeCollapse file tree2 files changed
+5
-1
lines changed Expand file treeCollapse file tree2 files changed
+5
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
|
7 | 7 | ],
|
8 | 8 | "require": {
|
9 | 9 | "php": "^7.1 || ^8.0",
|
10 |
| -"phpstan/phpstan": "^0.12.83" |
| 10 | +"phpstan/phpstan": "^0.12.86" |
11 | 11 | },
|
12 | 12 | "conflict": {
|
13 | 13 | "phpunit/phpunit": "<7.0"
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -13,6 +13,10 @@ parameters:
|
13 | 13 | - stubs/MockBuilder.stub
|
14 | 14 | - stubs/MockObject.stub
|
15 | 15 | - stubs/TestCase.stub
|
| 16 | +exceptions: |
| 17 | +uncheckedExceptionRegexes: |
| 18 | +- '#^PHPUnit\\#' |
| 19 | +- '#^SebastianBergmann\\#' |
16 | 20 |
|
17 | 21 | parametersSchema:
|
18 | 22 | phpunit: structure([
|
|
You can’t perform that action at this time.
0 commit comments