General fix for end point as file extension on Annotation driver.
This commit is contained in:
parent
438dd9141f
commit
b6bd46dbed
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ class AnnotationDriver implements Driver
|
|||
new \RecursiveDirectoryIterator($path, \FilesystemIterator::SKIP_DOTS),
|
||||
\RecursiveIteratorIterator::LEAVES_ONLY
|
||||
),
|
||||
'/^.+\\' . $this->_fileExtension . '$/i',
|
||||
'/^.+' . str_replace('.', '\.', $this->_fileExtension) . '$/i',
|
||||
\RecursiveRegexIterator::GET_MATCH
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue