We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a94510 + bc5c738 commit 4d4cf34Copy full SHA for 4d4cf34
.gitattributes
@@ -1,2 +1,3 @@
1
/tests export-ignore
2
/.github export-ignore
3
+/types export-ignore
src/Listener/BootSwaggerListener.php
@@ -123,7 +123,7 @@ public function process(object $event): void
123
$result = [];
124
/** @var Middleware $annotation */
125
foreach ($middlewareAnnotations as $annotation) {
126
- $result[] = $annotation->middleware;
+ $result[] = $annotation->priorityMiddleware;
127
}
128
129
return $result;
0 commit comments