Skip to content

Commit 44a2644

Browse files
Run php-cs-fixer
1 parent 8b23d3d commit 44a2644

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
@@ -54,7 +54,7 @@ function (\SplFileInfo $current) {
5454
});
5555

5656
foreach ($files as $file) {
57-
if (!$file->isFile() || !str_ends_with($file->getFilename(), '.php')) {
57+
if (!$file->isFile() || !str_ends_with($file->getFilename(), '.php')) {
5858
continue;
5959
}
6060

0 commit comments

Comments
 (0)