Passed
Push — main ( 1b2e24...2e6155 )
by Michael
02:37
created
src/FormatterServiceProvider.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -87,11 +87,11 @@
 block discarded – undo
87 87
         // @codeCoverageIgnoreStart
88 88
         $path = str_contains($file->getPathName(), $app_folder)
89 89
             ? Str::ucfirst(str_replace(DIRECTORY_SEPARATOR, self::CLASS_SEPARATOR, $app_folder))
90
-              . self::CLASS_SEPARATOR
90
+                . self::CLASS_SEPARATOR
91 91
             : (new \ReflectionClass(static::class))->getNamespaceName()
92
-              . self::CLASS_SEPARATOR
93
-              . self::PACKAGE_FOLDER
94
-              . self::CLASS_SEPARATOR;
92
+                . self::CLASS_SEPARATOR
93
+                . self::PACKAGE_FOLDER
94
+                . self::CLASS_SEPARATOR;
95 95
         // @codeCoverageIgnoreEnd
96 96
 
97 97
         return sprintf(
Please login to merge, or discard this patch.