Passed
Push — 1.x ( e8e3d1...d6258d )
by Ulises Jeremias
02:22
created
Mbh/Collection/Traits/Sequenceable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -200,7 +200,7 @@
 block discarded – undo
200 200
      */
201 201
     public function get(int $index)
202 202
     {
203
-        if (! $this->validIndex($index)) {
203
+        if (!$this->validIndex($index)) {
204 204
             throw new OutOfRangeException();
205 205
         }
206 206
 
Please login to merge, or discard this patch.