Skip to content

Commit 3b59de2

Browse files
committed
csfix
1 parent 95ad2f0 commit 3b59de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Definition/Source/DefinitionGlob.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ private function initialize()
6666
return;
6767
}
6868

69-
$paths = glob($this->pattern, GLOB_BRACE);
69+
$paths = glob($this->pattern, \GLOB_BRACE);
7070
$sources = array_map(function ($path) {
7171
return new DefinitionFile($path, $this->autowiring);
7272
}, $paths);

0 commit comments

Comments
 (0)