Completed
Push — master ( ac85a9...42136b )
by De Cramer
17s
created
src/eXpansion/Bundle/LocalRecords/Plugins/ChatNotification.php 2 patches
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -229,6 +229,10 @@
 block discarded – undo
229 229
         );
230 230
     }
231 231
 
232
+    /**
233
+     * @param string $message
234
+     * @param null|integer $recipe
235
+     */
232 236
     protected function sendMessage($message, $recipe, $params)
233 237
     {
234 238
         $this->chatNotification->sendMessage(
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -222,7 +222,7 @@
 block discarded – undo
222 222
                 }
223 223
             }
224 224
 
225
-            return '-' . $securedBy;
225
+            return '-'.$securedBy;
226 226
         }
227 227
 
228 228
         return $securedBy = $this->timeFormater->timeToText(0);
Please login to merge, or discard this patch.
src/eXpansion/Bundle/LocalRecords/Services/RecordHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      */
24 24
     const EVENT_TYPE_FIRST_TIME = 'first_time';
25 25
     const EVENT_TYPE_SAME_SCORE = 'same_score';
26
-    const EVENT_TYPE_SAME_POS =   'same_position';
26
+    const EVENT_TYPE_SAME_POS = 'same_position';
27 27
     const EVENT_TYPE_BETTER_POS = 'better_position';
28 28
 
29 29
     /**
Please login to merge, or discard this patch.