Skip to content

Commit 16ff1ac

Browse files
committed
tweak: static analysis improvements
1 parent 223cd25 commit 16ff1ac

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/Path/FileMatch/FileMatch.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ public function __construct(
3434
}
3535
}
3636

37-
/** @param null|array<string> $siblingFiles */
37+
/**
38+
* @param null|array<string> $siblingFiles
39+
* @return array<string>
40+
*/
3841
private function getSiblingFiles(?array $siblingFiles):array {
3942
if($siblingFiles !== null) {
4043
return $siblingFiles;

0 commit comments

Comments
 (0)