From 2dd71cf4893aca4d713d9d9a1982bac2da06ba9c Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" Date: Mon, 29 Jan 2024 22:28:58 +0100 Subject: [PATCH] Update comments info --- system/src/Grav/Common/Media/Traits/ImageDecodingTrait.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/system/src/Grav/Common/Media/Traits/ImageDecodingTrait.php b/system/src/Grav/Common/Media/Traits/ImageDecodingTrait.php index 0104932ac4..eeaa80398b 100644 --- a/system/src/Grav/Common/Media/Traits/ImageDecodingTrait.php +++ b/system/src/Grav/Common/Media/Traits/ImageDecodingTrait.php @@ -2,8 +2,7 @@ /** * @package Grav\Common\Media - * - * @copyright Copyright (c) 2015 - 2024 Trilby Media, LLC. All rights reserved. + * @author Pedro Moreno https://github.com/pmoreno-rodriguez * @license MIT License; see LICENSE file for details. */ @@ -12,7 +11,7 @@ use Grav\Common\Grav; /** - * Trait ImageLoadingTrait + * Trait ImageDecodingTrait * @package Grav\Common\Media\Traits */