Passed
Push — tests ( eecc6a...f00705 )
by Chris
02:46
created
app/Http/Controllers/SlackButtonController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
     public function processBtn(Request $request)
12 12
     {
13 13
         Log::info('CP_SlackButtonController: processBtn method called.');
14
-        Log::info('CP_SlackButtonController: Request type is '.gettype($request).'.');
14
+        Log::info('CP_SlackButtonController: Request type is ' . gettype($request) . '.');
15 15
         $data = json_decode($request['payload']);
16 16
         if (!$data) {
17 17
             Log::info('CP_SlackButtonController: Controller was called, but no data given.');
Please login to merge, or discard this patch.