Skip to content

Commit fcc6381

Browse files
authored
PHPStan 1.11.1 (#6399)
1 parent 6f3a975 commit fcc6381

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"doctrine/coding-standard": "12.0.0",
4444
"fig/log-test": "^1",
4545
"jetbrains/phpstorm-stubs": "2023.1",
46-
"phpstan/phpstan": "1.10.67",
47-
"phpstan/phpstan-strict-rules": "^1.5",
46+
"phpstan/phpstan": "1.11.1",
47+
"phpstan/phpstan-strict-rules": "^1.6",
4848
"phpunit/phpunit": "9.6.19",
4949
"psalm/plugin-phpunit": "0.18.4",
5050
"slevomat/coding-standard": "8.13.1",

phpstan.neon.dist

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
parameters:
22
level: 8
3-
phpVersion: 80200
3+
phpVersion: 80300
44
paths:
55
- src
66
- static-analysis
77
treatPhpDocTypesAsCertain: false
88
reportUnmatchedIgnoredErrors: false
9-
checkMissingIterableValueType: false
10-
checkGenericClassInNonGenericObjectType: false
119
ignoreErrors:
10+
- identifier: missingType.generics
11+
1212
# https://github.com/doctrine/dbal/pull/3836
1313
# TODO: remove in 4.0.0
1414
- '~^Parameter #2 \$registeredAliases of static method Doctrine\\DBAL\\Query\\QueryException::nonUniqueAlias\(\) expects array<string>, array<int, int\|string> given\.\z~'

src/Result.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public function iterateAssociative(): Traversable
184184
}
185185

186186
/**
187-
* {@inheritDoc}
187+
* @return Traversable<int,list<mixed>>
188188
*
189189
* @throws Exception
190190
*/

0 commit comments

Comments
 (0)