Skip to content

Commit

Permalink
Clears tag value on each iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Piovezan committed Jun 3, 2024
1 parent d91436d commit 2934117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LaravelRequestDocs.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ public function getControllersInfo(array $onlyMethods): Collection
$controllerName = '';
$controllerFullPath = '';
$method = '';
$tag = '';

// `$route->action['uses']` value is either 'Class@method' string or Closure.
if (is_string($route->action['uses']) && !RouteAction::containsSerializedClosure($route->action)) {
Expand Down

0 comments on commit 2934117

Please sign in to comment.