Completed
Push — master ( 81d961...443387 )
by Stefan
07:26 queued 03:27
created
src/Entity/ShipperFiled.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -8,9 +8,9 @@
 block discarded – undo
8 8
 
9 9
 class ShipperFiled implements NodeInterface
10 10
 {
11
-    const SF_ITN                   = 'A';  // Requires the ITN
12
-    const SF_EXEMPTION_LEGEND      = 'B';  // Requires the Exemption Legend
13
-    const SF_POST_DEPARTURE_FILING = 'C';  // Requires Post Departure Filing Citation
11
+    const SF_ITN                   = 'A'; // Requires the ITN
12
+    const SF_EXEMPTION_LEGEND      = 'B'; // Requires the Exemption Legend
13
+    const SF_POST_DEPARTURE_FILING = 'C'; // Requires Post Departure Filing Citation
14 14
 
15 15
     /**
16 16
      * @var string
Please login to merge, or discard this patch.
src/Entity/EEIFilingOption.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
 
9 9
 class EEIFilingOption implements NodeInterface
10 10
 {
11
-    const FO_SHIPPER = '1';  // Shipper Filed
12
-    const FO_UPS     = '3';  // UPS Filed
11
+    const FO_SHIPPER = '1'; // Shipper Filed
12
+    const FO_UPS     = '3'; // UPS Filed
13 13
 
14 14
     /**
15 15
      * @var string
Please login to merge, or discard this patch.
src/Entity/StatusType.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -4,11 +4,11 @@
 block discarded – undo
4 4
 
5 5
 class StatusType
6 6
 {
7
-    const ST_IN_TRANSIT       = 'I';  // In Transit
8
-    const ST_DELIVERED        = 'D';  // Delivered
9
-    const ST_EXCEPTION        = 'X';  // Exception
10
-    const ST_PICKUP           = 'P';  // Pickup
11
-    const ST_MANIFEST_PICKUP  = 'M';  // Manifest Pickup
7
+    const ST_IN_TRANSIT       = 'I'; // In Transit
8
+    const ST_DELIVERED        = 'D'; // Delivered
9
+    const ST_EXCEPTION        = 'X'; // Exception
10
+    const ST_PICKUP           = 'P'; // Pickup
11
+    const ST_MANIFEST_PICKUP  = 'M'; // Manifest Pickup
12 12
 
13 13
     public $Code;
14 14
     public $Description;
Please login to merge, or discard this patch.