@@ -160,7 +160,7 @@ |
||
160 | 160 | } elseif (is_array($arg)) { |
161 | 161 | foreach ($arg as $k => $v) { |
162 | 162 | if (is_string($v)) { |
163 | - $args[$index][$k] = $this->getValueFromParam($v); |
|
163 | + $args[$index][$k] = $this->getValueFromParam($v); |
|
164 | 164 | } |
165 | 165 | } |
166 | 166 | } |
@@ -93,7 +93,7 @@ |
||
93 | 93 | * |
94 | 94 | * @param string $param |
95 | 95 | * |
96 | - * @return \mixed|null Returns parameter's value if exists, else parameter's name |
|
96 | + * @return null|string Returns parameter's value if exists, else parameter's name |
|
97 | 97 | */ |
98 | 98 | final protected function getValueFromParam(string $param) |
99 | 99 | { |