@@ -47,6 +47,10 @@ discard block |
||
47 | 47 | $this->models = $models; |
48 | 48 | } |
49 | 49 | |
50 | + /** |
|
51 | + * @param string $type |
|
52 | + * @param string $string |
|
53 | + */ |
|
50 | 54 | private function output($type, $string) |
51 | 55 | { |
52 | 56 | if (! $this->output instanceof NullOutput) { |
@@ -67,7 +71,6 @@ discard block |
||
67 | 71 | } |
68 | 72 | |
69 | 73 | /** |
70 | - * @param array $models |
|
71 | 74 | */ |
72 | 75 | private function loopModels() |
73 | 76 | { |