Passed
Push — master ( f8eb54...68901a )
by Kirill
04:07
created
src/Iterator/LookaheadIterator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-     * @return int|mixed
80
+     * @return integer
81 81
      */
82 82
     public function key()
83 83
     {
Please login to merge, or discard this patch.
src/Reader/BaseRules.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -106,10 +106,10 @@
 block discarded – undo
106 106
     /**
107 107
      * @return iterable
108 108
      */
109
-     public function getDelegates(): iterable
110
-     {
111
-         return $this->delegates;
112
-     }
109
+        public function getDelegates(): iterable
110
+        {
111
+            return $this->delegates;
112
+        }
113 113
 
114 114
     /**
115 115
      * @param string $rule
Please login to merge, or discard this patch.