@@ -28,6 +28,9 @@ |
||
28 | 28 | } |
29 | 29 | } |
30 | 30 | |
31 | + /** |
|
32 | + * @param string $fullNamespace |
|
33 | + */ |
|
31 | 34 | protected function checkActions($tokens, $fullNamespace, $path) |
32 | 35 | { |
33 | 36 | $class = ClassMethods::read($tokens); |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Imanghafoori\LaravelMicroscope\Checks; |
4 | 4 | |
5 | -use Imanghafoori\LaravelMicroscope\Analyzers\Refactor; |
|
6 | 5 | use Imanghafoori\LaravelMicroscope\Analyzers\ClassMethods; |
6 | +use Imanghafoori\LaravelMicroscope\Analyzers\Refactor; |
|
7 | 7 | |
8 | 8 | class ActionsComments extends RoutelessActions |
9 | 9 | { |
@@ -40,6 +40,9 @@ discard block |
||
40 | 40 | return $namespace.'\\'.$className; |
41 | 41 | } |
42 | 42 | |
43 | + /** |
|
44 | + * @param string $fullNamespace |
|
45 | + */ |
|
43 | 46 | protected function isLaravelController($fullNamespace) |
44 | 47 | { |
45 | 48 | try { |
@@ -58,6 +61,9 @@ discard block |
||
58 | 61 | return $fullNamespace; |
59 | 62 | } |
60 | 63 | |
64 | + /** |
|
65 | + * @param string $fullNamespace |
|
66 | + */ |
|
61 | 67 | protected function checkActions($tokens, $fullNamespace) |
62 | 68 | { |
63 | 69 | $class = ClassMethods::read($tokens); |