Passed
Push — master ( 696880...94f8a0 )
by WEBEWEB
03:25
created
Tests/Model/DataTablesLoopTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
      */
55 55
     public function testIsFirst(): void {
56 56
 
57
-        $entities = array_slice($this->entities, 0,2);
57
+        $entities = array_slice($this->entities, 0, 2);
58 58
 
59 59
         $obj = new DataTablesLoop($entities);
60 60
 
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
      */
70 70
     public function testIsLast(): void {
71 71
 
72
-        $entities = array_slice($this->entities, 0,2);
72
+        $entities = array_slice($this->entities, 0, 2);
73 73
 
74 74
         $obj = new DataTablesLoop($entities);
75 75
         $obj->next();
Please login to merge, or discard this patch.