Completed
Push — master ( 028b55...c232a2 )
by Jean
08:31 queued 03:12
created
src/Service/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.
src/Notifier/Slack/Notifier.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
             $message = $deal->getAgentName() . $parameters->currency . number_format($deal->getPrice());
88 88
 
89 89
             if ($deal->getDeepLinkUrl()) {
90
-                $message .=  PHP_EOL . "<{$deal->getDeepLinkUrl()}|Deep Link>";
90
+                $message .= PHP_EOL . "<{$deal->getDeepLinkUrl()}|Deep Link>";
91 91
             }
92 92
 
93 93
             $notification->message = $message;
Please login to merge, or discard this patch.