Passed
Pull Request — master (#344)
by Andrew
04:15
created
src/Amadeus/Client/Struct/Queue/QueueList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
             $this->scanRange = new ScanRange($options->firstItemNr, $options->lastItemNr);
109 109
         }
110 110
 
111
-        if(!empty($options->queue->accountNumber)) {
111
+        if (!empty($options->queue->accountNumber)) {
112 112
             $this->accountNumber = new AccountNumber($options->queue->accountNumber);
113 113
         }
114 114
     }
Please login to merge, or discard this patch.