Skip to content

Commit 644c3fd

Browse files
authored
Fix CI (#991)
1 parent 0dead55 commit 644c3fd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.dev-tools/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"mi-schi/phpmd-extension": "^4.3",
1010
"phpmd/phpmd": "^2.15",
1111
"phpstan/extension-installer": "^1.4.3",
12-
"phpstan/phpstan": "^1.12.4",
12+
"phpstan/phpstan": "^1.12.5",
1313
"phpstan/phpstan-phpunit": "^1.4",
1414
"phpstan/phpstan-strict-rules": "^1.6.1",
1515
"shipmonk/composer-dependency-analyser": "^1.7",

.dev-tools/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/Fixer/PhpdocArrayStyleFixerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public static function provideFixCases(): iterable
115115
];
116116

117117
$expected = $input = 'string';
118-
for ($i = 0; $i < 128; $i++) {
118+
for ($i = 0; $i < 123; $i++) {
119119
$expected = 'array<' . $expected . '>';
120120
$input .= '[]';
121121
}

0 commit comments

Comments
 (0)