Test Failed
Pull Request — master (#383)
by
unknown
06:24
created
src/Amadeus/Client/Struct/Profile/ProfileDeleteProfile.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -13,9 +13,9 @@
 block discarded – undo
13 13
     public function __construct($options)
14 14
     {
15 15
         if (!is_null($options)) {
16
-            $this->Version= $options->Version;
17
-            $this->UniqueID= $options->UniqueID;
18
-            $this->DeleteRequests= $options->DeleteRequests;
16
+            $this->Version = $options->Version;
17
+            $this->UniqueID = $options->UniqueID;
18
+            $this->DeleteRequests = $options->DeleteRequests;
19 19
         }
20 20
     }
21 21
 }
Please login to merge, or discard this patch.
src/Amadeus/Client/RequestOptions/ProfileUpdateProfileOptions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,6 +5,6 @@
 block discarded – undo
5 5
 class ProfileUpdateProfileOptions extends Base
6 6
 {
7 7
     public $Position;
8
-    public $UniqueID=[];
8
+    public $UniqueID = [];
9 9
     public $Version;
10 10
 }
Please login to merge, or discard this patch.