Completed
Push — master ( 5a7c08...120a80 )
by Bram
02:48
created
src/Heartbeat.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     protected function getHandler()
47 47
     {
48 48
         if (is_null($this->handler)) {
49
-            $this->handler = function () {
49
+            $this->handler = function() {
50 50
                 return new Response(self::MESSAGE, 200, array('Content-Type' => 'text/plain'));
51 51
             };
52 52
         }
Please login to merge, or discard this patch.