Skip to content

Commit 5b014be

Browse files
committed
Fix phpstan
1 parent 4b9810f commit 5b014be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ComposerProcessor/RaiseToInstalledComposerProcessor/RaiseToInstalledComposerProcessorTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ public function testSkipDev(): void
5050
$this->assertEmpty($changedPackageVersionsResult->getChangedPackageVersions());
5151
}
5252

53+
/**
54+
* @return iterable<array{string, string}>
55+
*/
5356
public static function provideSkipSuggestChangeFiles(): iterable
5457
{
5558
yield [

0 commit comments

Comments
 (0)