Completed
Push — master ( 097525...bf2c3a )
by Marcel
07:01
created
src/Mpociot/ApiDoc/Generators/DingoGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     {
17 17
         try {
18 18
             $response = $this->getRouteResponse($route, $bindings);
19
-        } catch( Exception $e){
19
+        } catch (Exception $e) {
20 20
             $response = '';
21 21
         }
22 22
         $routeAction = $route->getAction();
Please login to merge, or discard this patch.