Completed
Push — master ( 3a1449...d95c29 )
by Jean
02:46
created
src/History/ElasticSearch/MappingProcessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
             foreach ($itinerary['PricingOptions'] as $priceOption) {
37 37
                 $mappedData['Itineraries'][$count] = [
38 38
                     'Price' => $priceOption['Price'],
39
-                    'Deeplink' => 'none',//$priceOption['DeeplinkUrl'],
39
+                    'Deeplink' => 'none', //$priceOption['DeeplinkUrl'],
40 40
                     'OutboundCarrier' => $outboundCarrier['Name'],
41 41
                     'InboundCarrier' => $inboundCarrier['Name'],
42 42
                 ];
Please login to merge, or discard this patch.
src/History/ElasticSearch/ElasticSearchProcessorTrait.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      */
13 13
     protected $processor;
14 14
 
15
-   /**
15
+    /**
16 16
      * @return Processor
17 17
      */
18 18
     public function getProcessor()
Please login to merge, or discard this patch.