Skip to content

Commit

Permalink
Bump phpstan to 1.11.9 in lock file (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal authored Aug 7, 2024
1 parent ded868a commit 436a817
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions composer.lock

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

2 changes: 1 addition & 1 deletion tests/RuleTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private function parseExpectedErrors(string $file): array
$expectedErrors = [];

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

if ($matched === false) {
Expand Down

0 comments on commit 436a817

Please sign in to comment.