@@ -55,6 +55,9 @@ |
||
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); |
@@ -4,8 +4,8 @@ |
||
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 |