Skip to content

Commit

Permalink
PHPStan 1.11.1 (#6399)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed May 16, 2024
1 parent 6f3a975 commit fcc6381
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"doctrine/coding-standard": "12.0.0",
"fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2023.1",
"phpstan/phpstan": "1.10.67",
"phpstan/phpstan-strict-rules": "^1.5",
"phpstan/phpstan": "1.11.1",
"phpstan/phpstan-strict-rules": "^1.6",
"phpunit/phpunit": "9.6.19",
"psalm/plugin-phpunit": "0.18.4",
"slevomat/coding-standard": "8.13.1",
Expand Down
6 changes: 3 additions & 3 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
parameters:
level: 8
phpVersion: 80200
phpVersion: 80300
paths:
- src
- static-analysis
treatPhpDocTypesAsCertain: false
reportUnmatchedIgnoredErrors: false
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
ignoreErrors:
- identifier: missingType.generics

# https://github.com/doctrine/dbal/pull/3836
# TODO: remove in 4.0.0
- '~^Parameter #2 \$registeredAliases of static method Doctrine\\DBAL\\Query\\QueryException::nonUniqueAlias\(\) expects array<string>, array<int, int\|string> given\.\z~'
Expand Down
2 changes: 1 addition & 1 deletion src/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public function iterateAssociative(): Traversable
}

/**
* {@inheritDoc}
* @return Traversable<int,list<mixed>>
*
* @throws Exception
*/
Expand Down

0 comments on commit fcc6381

Please sign in to comment.