Procházet zdrojové kódy

Update AbstractGenerator.php

Rytis před 8 roky
rodič
revize
4a00e39d7a

+ 1 - 1
src/Mpociot/ApiDoc/Generators/AbstractGenerator.php

@@ -78,7 +78,7 @@ abstract class AbstractGenerator
 
         //Changes url with parameters like /users/{user} to /users/1
         $uri = preg_replace('/{(.*)}/', 1, $uri);
-        
+
         return $this->callRoute(array_shift($methods), $uri, [], [], [], $headers);
     }