Completed
Push — develop ( f3d209...b4fba5 )
by Kirill
14:19 queued 03:14
created
app/Client.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
     }
119 119
 
120 120
     /**
121
-     * @param $roomId
121
+     * @param string $roomId
122 122
      * @return Carbon
123 123
      */
124 124
     public function getLastKarmaTimeForRoom($roomId)
Please login to merge, or discard this patch.
app/Room.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
 
92 92
     /**
93 93
      * @param callable|null $each
94
-     * @return \Generator|int
94
+     * @return \Generator
95 95
      */
96 96
     public function syncMessages(callable $each = null)
97 97
     {
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
 
123 123
     /**
124 124
      * @param callable|null $each
125
-     * @return \Generator|int
125
+     * @return \Generator
126 126
      */
127 127
     public function syncUsers(callable $each = null)
128 128
     {
Please login to merge, or discard this patch.
app/Support/Lazy/AbstractPromise.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -20,6 +20,7 @@
 block discarded – undo
20 20
 
21 21
     /**
22 22
      * @param array ...$args
23
+     * @param string $args
23 24
      * @return array
24 25
      */
25 26
     public function wait(...$args)
Please login to merge, or discard this patch.
app/Support/Lazy/FileReader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
     }
81 81
 
82 82
     /**
83
-     * @param null $size
83
+     * @param null|integer $size
84 84
      * @return \Generator
85 85
      */
86 86
     public function read(int $size = null)
Please login to merge, or discard this patch.