Skip to content

Commit 9190630

Browse files
Add return type declaration
1 parent 2c98c03 commit 9190630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ private function resolveWildcards(array $paths): array
115115
*
116116
* @return list<string>
117117
*/
118-
private function globstar(string $pattern)
118+
private function globstar(string $pattern): array
119119
{
120120
if (stripos($pattern, '**') === false) {
121121
$files = glob($pattern, GLOB_ONLYDIR);

0 commit comments

Comments
 (0)