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