Skip to content

Commit 0420340

Browse files
Merge branch '5.4' into 6.0
* 5.4: Run php-cs-fixer
2 parents e9a0ce3 + 44a2644 commit 0420340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loader/AnnotationDirectoryLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function (\SplFileInfo $current) {
4949
});
5050

5151
foreach ($files as $file) {
52-
if (!$file->isFile() || !str_ends_with($file->getFilename(), '.php')) {
52+
if (!$file->isFile() || !str_ends_with($file->getFilename(), '.php')) {
5353
continue;
5454
}
5555

0 commit comments

Comments
 (0)