Skip to content

Commit

Permalink
Fix CI (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos authored Sep 27, 2024
1 parent 0dead55 commit 644c3fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .dev-tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"mi-schi/phpmd-extension": "^4.3",
"phpmd/phpmd": "^2.15",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.4",
"phpstan/phpstan": "^1.12.5",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan-strict-rules": "^1.6.1",
"shipmonk/composer-dependency-analyser": "^1.7",
Expand Down
10 changes: 5 additions & 5 deletions .dev-tools/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/Fixer/PhpdocArrayStyleFixerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public static function provideFixCases(): iterable
];

$expected = $input = 'string';
for ($i = 0; $i < 128; $i++) {
for ($i = 0; $i < 123; $i++) {
$expected = 'array<' . $expected . '>';
$input .= '[]';
}
Expand Down

0 comments on commit 644c3fd

Please sign in to comment.