Passed
Push — master ( c14f90...d7787c )
by Dieter
08:33
created
src/Amadeus/Client/Struct/Air/MultiAvailability/RequestSection.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@
 block discarded – undo
182 182
      * Keys are option types (RequestOptions::OPTION_TYPE_*),
183 183
      * values are option arguments.
184 184
      *
185
-     * @param $availabilityOptions
185
+     * @param string[] $availabilityOptions
186 186
      */
187 187
     protected function loadAvailabilityOptions($availabilityOptions)
188 188
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
             $params->arrivalDate
87 87
         );
88 88
 
89
-        if ($this instanceof RequestSection16){
89
+        if ($this instanceof RequestSection16) {
90 90
             $this->availabilityOptions = new AvailabilityOptions16($params->requestType);
91 91
         } else {
92 92
             $this->availabilityOptions = new AvailabilityOptions($params->requestType);
Please login to merge, or discard this patch.