Skip to content

Commit

Permalink
chore: upgrade phpstan (#7421)
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Nov 7, 2023
1 parent 4b1e17b commit b7b29b8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dev-tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"mi-schi/phpmd-extension": "^4.3.0",
"phpmd/phpmd": "^2.14.1",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.40",
"phpstan/phpstan": "^1.10.41",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.5.2"
},
Expand Down
12 changes: 6 additions & 6 deletions dev-tools/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion tests/DocBlock/TypeExpressionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,9 @@ public static function provideSortTypesCases(): iterable
}

/**
* @return list<array{int, string}|list>
* Return type is recursive.
*
* @return list<array{int, string}|list<mixed>>
*/
private function checkInnerTypeExpressionsStartIndex(TypeExpression $typeExpression): array
{
Expand Down

0 comments on commit b7b29b8

Please sign in to comment.