Skip to content

Commit 9eb5c4e

Browse files
authored
fix(symfony): suggest DocumentationAction as replacement for deprecated SwaggerUiAction (#6894)
1 parent 5d3d8b1 commit 9eb5c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/**
2727
* Displays the swaggerui interface.
2828
*
29-
* @deprecated use ApiPlatform\Symfony\Bundle\SwaggerUi\Processor instead
29+
* @deprecated use ApiPlatform\Symfony\Action\DocumentationAction instead
3030
*
3131
* @author Antoine Bluchet <[email protected]>
3232
*/

0 commit comments

Comments
 (0)