Completed
Push — master ( 3e6d1b...a41b6a )
by Iman
01:32
created
src/Checks/CheckStringy.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -55,6 +55,9 @@
 block discarded – undo
55 55
         }
56 56
     }
57 57
 
58
+    /**
59
+     * @param string $string
60
+     */
58 61
     protected function getClassyPath($string)
59 62
     {
60 63
         ($string[0] !== '\\') && ($string = '\\'.$string);
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Support\Str;
6 6
 use Imanghafoori\LaravelMicroscope\Analyzers\ComposerJson;
7
-use Imanghafoori\LaravelMicroscope\Analyzers\NamespaceCorrector;
8 7
 use Imanghafoori\LaravelMicroscope\Analyzers\FileManipulator;
8
+use Imanghafoori\LaravelMicroscope\Analyzers\NamespaceCorrector;
9 9
 use Imanghafoori\LaravelMicroscope\ErrorReporters\ErrorPrinter;
10 10
 
11 11
 class CheckStringy
Please login to merge, or discard this patch.