From 652957423cf623b38cdea40661bd58a2640462e5 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 12 Jun 2023 14:25:32 +0200 Subject: [PATCH] GRF-862: fix phpdoc --- src/Api/CategoryMediaFileApi.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Api/CategoryMediaFileApi.php b/src/Api/CategoryMediaFileApi.php index 8d9024f..ea291b2 100644 --- a/src/Api/CategoryMediaFileApi.php +++ b/src/Api/CategoryMediaFileApi.php @@ -7,10 +7,9 @@ use Psr\Http\Message\ResponseInterface; /** - * API implementation to manage the media files for the products. + * API implementation to manage enriched categories media files. * - * @author Laurent Petard - * @copyright 2017 Akeneo SAS (http://www.akeneo.com) + * @copyright 2023 Akeneo SAS (http://www.akeneo.com) * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ class CategoryMediaFileApi implements DownloadableResourceInterface