Browse Source

Apply fixes from StyleCI

Manash Jyoti Sonowal 8 years ago
parent
commit
03ec9e4c36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Mpociot/ApiDoc/Commands/GenerateDocumentation.php

+ 1 - 1
src/Mpociot/ApiDoc/Commands/GenerateDocumentation.php

@@ -81,7 +81,7 @@ class GenerateDocumentation extends Command
 
         $routePrefixes = explode(",", $routePrefix);
 
-        $parsedRoutes =   [];
+        $parsedRoutes = [];
 
         if ($this->option('router') === 'laravel') {
             foreach ($routePrefixes as $routePrefix) {