There was an error while loading. Please reload this page.
2 parents 2331ebf + 86dbf8f commit b092331Copy full SHA for b092331
src/LaravelRequestDocs.php
@@ -85,7 +85,7 @@ public function getControllersInfo(): array
85
foreach ($controllersInfo as $controllerInfo) {
86
if ($controllerInfo['uri'] == $route->uri && $controllerInfo['httpMethod'] == $httpMethod) {
87
// is duplicate
88
- continue;
+ continue 2;
89
}
90
91
0 commit comments