@@ -25,6 +25,10 @@ discard block |
||
25 | 25 | * |
26 | 26 | * @return mixed |
27 | 27 | */ |
28 | + |
|
29 | + /** |
|
30 | + * @param string $item |
|
31 | + */ |
|
28 | 32 | protected function getInput($item = null) |
29 | 33 | { |
30 | 34 | assert(is_string($item) || is_null($item)); |
@@ -37,6 +41,10 @@ discard block |
||
37 | 41 | * |
38 | 42 | * @return mixed |
39 | 43 | */ |
44 | + |
|
45 | + /** |
|
46 | + * @param string $item |
|
47 | + */ |
|
40 | 48 | public function getOutput($item = null) |
41 | 49 | { |
42 | 50 | assert(is_string($item) || is_null($item)); |
@@ -108,6 +116,10 @@ discard block |
||
108 | 116 | * |
109 | 117 | * @return void |
110 | 118 | */ |
119 | + |
|
120 | + /** |
|
121 | + * @param string $index |
|
122 | + */ |
|
111 | 123 | protected function addOutput($value, $index = null) |
112 | 124 | { |
113 | 125 | if ($index === null) { |