Passed
Pull Request — master (#489)
by Artem
05:00
created
src/Amadeus/Client/Struct/Pay/DeleteVirtualCard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
      */
49 49
     public function __construct(PayDeleteVirtualCardOptions $params)
50 50
     {
51
-        if ((string)$params->amadeusReference === '' || (string)$params->externalReference === '') {
51
+        if ((string) $params->amadeusReference === '' || (string) $params->externalReference === '') {
52 52
             throw new InvalidArgumentException('All DeleteVirtualCard options are mandatory');
53 53
         }
54 54
 
Please login to merge, or discard this patch.