@@ -18,8 +18,7 @@ discard block |
||
18 | 18 | /** |
19 | 19 | * converts to camel case. Shamefully stolen from |
20 | 20 | * @param $str |
21 | - * @param array $noStrip |
|
22 | - * @return mixed|string |
|
21 | + * @return string |
|
23 | 22 | */ |
24 | 23 | public static function noFirstCamelCase($str) |
25 | 24 | { |
@@ -30,7 +29,7 @@ discard block |
||
30 | 29 | |
31 | 30 | /** |
32 | 31 | * @param $str |
33 | - * @return mixed|string |
|
32 | + * @return string |
|
34 | 33 | */ |
35 | 34 | public static function camelCase($str) |
36 | 35 | { |