Skip to content

Commit 436a817

Browse files
authored
Bump phpstan to 1.11.9 in lock file (#261)
1 parent ded868a commit 436a817

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/RuleTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private function parseExpectedErrors(string $file): array
7575
$expectedErrors = [];
7676

7777
foreach ($fileLines as $line => $row) {
78-
/** @var array{0: list<string>, 1: list<string>} $matches */
78+
/** @var array{0: list<string>, 1: list<non-empty-string>} $matches */
7979
$matched = preg_match_all('#// error:(.+)#', $row, $matches);
8080

8181
if ($matched === false) {

0 commit comments

Comments
 (0)