Skip to content

Commit 0b14c01

Browse files
authored
PHPStan 1.9.0 (#10200)
1 parent 552d98d commit 0b14c01

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"doctrine/annotations": "^1.13",
4343
"doctrine/coding-standard": "^9.0.2 || ^10.0",
4444
"phpbench/phpbench": "^0.16.10 || ^1.0",
45-
"phpstan/phpstan": "~1.4.10 || 1.8.11",
45+
"phpstan/phpstan": "~1.4.10 || 1.9.0",
4646
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
4747
"psr/log": "^1 || ^2 || ^3",
4848
"squizlabs/php_codesniffer": "3.7.1",

phpstan-persistence2.neon

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ parameters:
88
- '/^Call to an undefined method Doctrine\\DBAL\\Platforms\\AbstractPlatform::getGuidExpression\(\).$/'
99

1010
# Fallback logic for DBAL 2
11-
-
12-
message: '/HelperSet constructor expects/'
13-
path: lib/Doctrine/ORM/Tools/Console/ConsoleRunner.php
1411
-
1512
message: '/Application::add\(\) expects Symfony\\Component\\Console\\Command\\Command/'
1613
path: lib/Doctrine/ORM/Tools/Console/ConsoleRunner.php

phpstan.neon

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ parameters:
88
- '/^Call to an undefined method Doctrine\\DBAL\\Platforms\\AbstractPlatform::getGuidExpression\(\).$/'
99

1010
# Fallback logic for DBAL 2
11-
-
12-
message: '/HelperSet constructor expects/'
13-
path: lib/Doctrine/ORM/Tools/Console/ConsoleRunner.php
1411
-
1512
message: '/Application::add\(\) expects Symfony\\Component\\Console\\Command\\Command/'
1613
path: lib/Doctrine/ORM/Tools/Console/ConsoleRunner.php

0 commit comments

Comments
 (0)