Test Failed
Push — master ( 4a2444...e6139c )
by P.R.
02:32
created
src/Endpoint/Endpoint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
       {
127 127
         $list[] = $this->createResourceObject($import);
128 128
       }
129
-    } while ($page<($to ?? $result['page']['total_pages']));
129
+    } while ($page < ($to ?? $result['page']['total_pages']));
130 130
 
131 131
     return $list;
132 132
   }
Please login to merge, or discard this patch.