Completed
Push — master ( 0cb84b...609616 )
by Maciej
07:36 queued 01:06
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.
src/Pool.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-     * @param array $promise
62
+     * @param array $promises
63 63
      */
64 64
     public function setPromises($promises)
65 65
     {
Please login to merge, or discard this patch.