Passed
Branch main (510eb3)
by Michael
02:32
created
src/FormatterServiceProvider.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -100,11 +100,11 @@
 block discarded – undo
100 100
     {
101 101
         $path = str_contains($file->getPathName(), $app_folder)
102 102
             ? Str::ucfirst(str_replace(DIRECTORY_SEPARATOR, self::CLASS_SEPARATOR, $app_folder))
103
-              . self::CLASS_SEPARATOR
103
+                . self::CLASS_SEPARATOR
104 104
             : (new \ReflectionClass(static::class))->getNamespaceName()
105
-              . self::CLASS_SEPARATOR
106
-              . self::PACKAGE_FOLDER
107
-              . self::CLASS_SEPARATOR;
105
+                . self::CLASS_SEPARATOR
106
+                . self::PACKAGE_FOLDER
107
+                . self::CLASS_SEPARATOR;
108 108
 
109 109
         return sprintf('%s%s', $path, $filename);
110 110
     }
Please login to merge, or discard this patch.