Completed
Push — master ( e5a473...e29741 )
by Mattias
02:38
created
src/Bot.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
    * @param string $message
82 82
    */
83 83
   public function getResponder($message) {
84
-    return function ($text) use($message){
84
+    return function($text) use($message){
85 85
         $this->sendResponse($text, $message);
86 86
     };
87 87
   }
Please login to merge, or discard this patch.