@@ -18,8 +18,7 @@ |
||
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 camelCase($str) |
25 | 24 | { |