Completed
Push — master ( 13d185...ef3226 )
by Maciej
14:21
created
src/Helper/StringHelper.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,8 +18,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.