Skip to content

Commit

Permalink
Merge pull request #1340 from kukulich/phpstan
Browse files Browse the repository at this point in the history
Bump `phpstan/phpstan-phpunit` from 1.10.3 to 1.10.5
  • Loading branch information
kukulich committed Mar 7, 2023
2 parents cc6e8c4 + c393d7f commit b315638
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -34,7 +34,7 @@
],
"require-dev": {
"doctrine/coding-standard": "^11.1.0",
"phpstan/phpstan": "^1.10.3",
"phpstan/phpstan": "^1.10.5",
"phpstan/phpstan-phpunit": "^1.3.10",
"phpunit/phpunit": "10.0.14",
"vimeo/psalm": "5.7.7",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

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

Expand Up @@ -1218,7 +1218,7 @@ public function testSubclass(
self::assertTrue($class->isSubclassOf($subclassName));
}

/** @return list<array{0: class-string}> */
/** @return list<array{0: string}> */
public static function dataIterable(): array
{
return [
Expand Down

0 comments on commit b315638

Please sign in to comment.