Test Failed
Branch master (ab9385)
by Бабичев
03:02
created
src/Iterator/Traits/ArrayAccess.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -7,6 +7,7 @@  discard block
 block discarded – undo
7 7
 
8 8
     /**
9 9
      * @inheritdoc
10
+     * @param string $offset
10 11
      */
11 12
     public function offsetExists($offset)
12 13
     {
@@ -15,6 +16,7 @@  discard block
 block discarded – undo
15 16
 
16 17
     /**
17 18
      * @inheritdoc
19
+     * @param string $offset
18 20
      */
19 21
     public function offsetGet($offset)
20 22
     {
@@ -23,6 +25,7 @@  discard block
 block discarded – undo
23 25
 
24 26
     /**
25 27
      * @inheritdoc
28
+     * @param string $offset
26 29
      */
27 30
     public function offsetSet($offset, $value)
28 31
     {
Please login to merge, or discard this patch.