Procházet zdrojové kódy

Apply fixes from StyleCI

Manash Jyoti Sonowal před 8 roky
rodič
revize
03ec9e4c36

+ 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) {