We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b65de commit 964d99bCopy full SHA for 964d99b
src/ReflectionManager.php
@@ -118,9 +118,9 @@ public static function getAllClassesByFinder(Finder $finder): array
118
} catch (Throwable $e) {
119
echo sprintf(
120
"\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()
+ '[ERROR] DI Reflection Manager collecting class reflections failed. ' . PHP_EOL
+ . "File: {$file->getRealPath()}." . PHP_EOL
+ . 'Exception: ' . $e->getMessage()
124
) . PHP_EOL;
125
}
126
0 commit comments