From 72c3cec10cddcd61212cca3c71538529523fda25 Mon Sep 17 00:00:00 2001 From: Javier Spagnoletti Date: Tue, 7 Jan 2025 17:14:14 -0300 Subject: [PATCH] fix(symfony): suggest `DocumentationAction` as replacement for the deprecated class `SwaggerUiAction` --- src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php b/src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php index 6f33593dbfc..1905ffda4cf 100644 --- a/src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php +++ b/src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php @@ -26,7 +26,7 @@ /** * Displays the swaggerui interface. * - * @deprecated use ApiPlatform\Symfony\Bundle\SwaggerUi\Processor instead + * @deprecated use ApiPlatform\Symfony\Action\DocumentationAction instead * * @author Antoine Bluchet */