Passed
Push — master ( 6c5926...b73fcd )
by Thomas
02:35 queued 46s
created
docs/sample/code/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     $criteriaBuilder = new ListCriteriaBuilder();
60 60
     // $criteriaBuilder->setFields()->setFilters()...
61 61
     $ticketList = $gateway->getOperationPool()->getListOperation('tickets')->getList($criteriaBuilder->create());
62
-    $ticketList = $gateway->getOperationPool()->getListOperation('tickets')->getByIds([1,2,3]);
62
+    $ticketList = $gateway->getOperationPool()->getListOperation('tickets')->getByIds([1, 2, 3]);
63 63
 } catch (CouldNotReadException $e) {
64 64
     // Handle the exception...
65 65
 }
Please login to merge, or discard this patch.