We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223cd25 commit 16ff1acCopy full SHA for 16ff1ac
1 file changed
src/Path/FileMatch/FileMatch.php
@@ -34,7 +34,10 @@ public function __construct(
34
}
35
36
37
- /** @param null|array<string> $siblingFiles */
+ /**
38
+ * @param null|array<string> $siblingFiles
39
+ * @return array<string>
40
+ */
41
private function getSiblingFiles(?array $siblingFiles):array {
42
if($siblingFiles !== null) {
43
return $siblingFiles;
0 commit comments