Test Failed
Push — master ( f55788...a0eed4 )
by Kirill
11:37 queued 09:09
created
src/IR/ValueObject.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
      * Create a new ValueObject container instance.
26 26
      *
27 27
      * @param iterable $attributes
28
-     * @return void
28
+     * @return \Railt\Io\Readable
29 29
      */
30 30
     public function __construct(iterable $attributes = [])
31 31
     {
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
     /**
156 156
      * Set the value at the given offset.
157 157
      *
158
-     * @param string|int $offset
158
+     * @param string $offset
159 159
      * @param mixed $value
160 160
      * @return void
161 161
      */
Please login to merge, or discard this patch.