Completed
Push — master ( fe06bf...c6d0a7 )
by Sergey
08:22
created
src/Api/Sender.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,9 @@
 block discarded – undo
47 47
      */
48 48
     protected function callRequestMethod(Request $request, $method, array $arguments)
49 49
     {
50
-        if(empty($arguments)) return $request->{$method}();
50
+        if(empty($arguments)) {
51
+            return $request->{$method}();
52
+        }
51 53
 
52 54
         switch (count($arguments)) {
53 55
             case 1:
Please login to merge, or discard this patch.