Skip to content

Commit 8980c90

Browse files
authored
Bump phpstan/phpstan to ^2.0 (#86)
* [Composer] Bump phpstan/phpstan to ^2.0 * [PHPStan] Regenerated PHPStan baseline
1 parent 8b9bead commit 8980c90

File tree

3 files changed

+901
-448
lines changed

3 files changed

+901
-448
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"phpunit/phpunit": "^8.2",
3333
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
3434
"ibexa/code-style": "^1.0",
35-
"phpstan/phpstan": "^1.8",
36-
"phpstan/phpstan-phpunit": "^1.1",
37-
"phpstan/phpstan-symfony": "^1.2"
35+
"phpstan/phpstan": "^2.0",
36+
"phpstan/phpstan-phpunit": "^2.0",
37+
"phpstan/phpstan-symfony": "^2.0"
3838
},
3939
"autoload": {
4040
"psr-4": {

ignore-lte-php7.4-errors.neon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
parameters:
22
ignoreErrors:
33
-
4-
message: "#^Anonymous function should return array\\<string\\> but returns array\\<string\\>\\|false\\.$#"
4+
message: '#^Anonymous function should return array\<uppercase\-string\> but returns array\<uppercase\-string\>\|false\.$#'
5+
identifier: return.type
56
count: 1
67
path: tests/lib/Search/ResultExtractor/AggregationResultExtractor/TermAggregationResultExtractorTest.php

0 commit comments

Comments
 (0)