@@ -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 | { |