Completed
Push — master ( 7e3774...ee2aad )
by tac
03:58
created
lib/Widget/Endpoint.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -234,7 +234,9 @@
 block discarded – undo
234 234
         $this->fromSource();
235 235
 
236 236
         if (\Request::method() == 'GET') {
237
-            if (!$key) App::abort(404);
237
+            if (!$key) {
238
+                App::abort(404);
239
+            }
238 240
 
239 241
         } elseif (\Request::method() == 'POST') {
240 242
             $this->fromInput();
Please login to merge, or discard this patch.