Completed
Pull Request — master (#15)
by Mischa
12:30 queued 03:08
created
sample/default-client/example.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
         }
57 57
 
58 58
         if ($items->hasNextPage()) {
59
-            $items->setCurrentPage($i+1);
59
+            $items->setCurrentPage($i + 1);
60 60
         }
61 61
 
62 62
         echo "\n";
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
         }
92 92
 
93 93
         if ($packages->hasNextPage()) {
94
-            $packages->setCurrentPage($i+1);
94
+            $packages->setCurrentPage($i + 1);
95 95
         }
96 96
         echo "\n";
97 97
     }
Please login to merge, or discard this patch.