Completed
Push — master ( ed7e26...883d13 )
by Maciej
12:17
created
src/Helper/StringHelper.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -18,8 +18,7 @@  discard block
 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 noFirstCamelCase($str)
25 24
     {
@@ -30,7 +29,7 @@  discard block
 block discarded – undo
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
     {
Please login to merge, or discard this patch.