Skip to content

Commit 964d99b

Browse files
authored
Format code
1 parent 72b65de commit 964d99b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ReflectionManager.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ public static function getAllClassesByFinder(Finder $finder): array
118118
} catch (Throwable $e) {
119119
echo sprintf(
120120
"\033[31m%s\033[0m",
121-
'[ERROR] DI Reflection Manager collecting class reflections failed. ' . PHP_EOL .
122-
"File: {$file->getRealPath()}." . PHP_EOL .
123-
'Exception: ' . $e->getMessage()
121+
'[ERROR] DI Reflection Manager collecting class reflections failed. ' . PHP_EOL
122+
. "File: {$file->getRealPath()}." . PHP_EOL
123+
. 'Exception: ' . $e->getMessage()
124124
) . PHP_EOL;
125125
}
126126
}

0 commit comments

Comments
 (0)