Completed
Push — master ( 5b28bb...e55f74 )
by Jean
03:03
created
src/Api/Flights/LivePrice.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
     /**
16 16
      * @param SessionParameters $parameters
17 17
      * @param bool $newSession
18
-     * @return array
18
+     * @return \stdClass
19 19
      */
20 20
     public function getDeals(SessionParameters $parameters, $newSession)
21 21
     {
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
     }
24 24
 
25 25
     /**
26
-     * @param array $sessionParameters
26
+     * @param SessionParameters[] $sessionParameters
27 27
      * @return array
28 28
      */
29 29
     public function getMultiDeals(array $sessionParameters)
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.