Passed
Branch fopcreatefop (fcebe7)
by Dieter
08:14
created
src/Amadeus/Client/Struct/Fare/MasterPricer/FeeId.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -35,11 +35,11 @@
 block discarded – undo
35 35
     public $feeIdNumber;
36 36
 
37 37
     /**
38
-      * FeeId constructor.
39
-      *
40
-      * @param string|null $feeType
41
-      * @param int|null $feeIdNumber
42
-      */
38
+     * FeeId constructor.
39
+     *
40
+     * @param string|null $feeType
41
+     * @param int|null $feeIdNumber
42
+     */
43 43
      public function __construct($feeType = null, $feeIdNumber = null)
44 44
      {
45 45
          if (!is_null($feeType)) {
Please login to merge, or discard this patch.