Test Failed
Push — master ( 44d5e4...cc905b )
by Gabriel
02:04
created
src/Message/PurchaseRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     public function initialize(array $parameters = [])
17 17
     {
18 18
         $parameters['identifier'] = isset($parameters['identifier']) ?
19
-            $parameters['identifier'] : 'anonymous' . microtime(true);
19
+            $parameters['identifier'] : 'anonymous'.microtime(true);
20 20
 
21 21
         return parent::initialize($parameters);
22 22
     }
Please login to merge, or discard this patch.