Skip to content

Commit dab0cfc

Browse files
committed
TASK: Add missing return type signature in ClassNameTest
1 parent 20dcf5f commit dab0cfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Unit/Target/Php/TargetSpecific/ClassNameTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function isFlyweight(): void
4848
}
4949

5050
/**
51-
* @return array
51+
* @return array<string,mixed>
5252
*/
5353
public static function invalidClassNameExamples(): array
5454
{

0 commit comments

Comments
 (0)