From 65456683308a388ab61fa5ed47da01579718baa2 Mon Sep 17 00:00:00 2001 From: Tatevik Date: Sun, 23 Mar 2025 21:24:59 +0400 Subject: [PATCH] Fix documentation title --- src/PhpListRestBundle.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PhpListRestBundle.php b/src/PhpListRestBundle.php index 5ff7622b..4a856643 100644 --- a/src/PhpListRestBundle.php +++ b/src/PhpListRestBundle.php @@ -14,8 +14,8 @@ */ #[OA\Info( version: '1.0.0', - description: 'This is the OpenAPI documentation for My API.', - title: 'My API Documentation', + description: 'This is the OpenAPI documentation for PhpList API.', + title: 'PhpList API Documentation', contact: new OA\Contact( email: 'support@phplist.com' ),