From bcb31682f33920bdb10538ff2f2e4589ac937611 Mon Sep 17 00:00:00 2001 From: ADmad Date: Tue, 30 Jan 2024 07:36:31 +0530 Subject: [PATCH] Fix docblocks --- src/Manipulators/Orientation.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Manipulators/Orientation.php b/src/Manipulators/Orientation.php index c6e6f22..a2fecf3 100644 --- a/src/Manipulators/Orientation.php +++ b/src/Manipulators/Orientation.php @@ -7,7 +7,7 @@ class Orientation extends BaseManipulator { /** - * Perform ||ientation image manipulation. + * Perform orientation image manipulation. * * @param ImageInterface $image The source image. * @@ -50,9 +50,9 @@ public function run(ImageInterface $image): ImageInterface } /** - * Resolve ||ientation. + * Resolve orientation. * - * @return string The resolved ||ientation. + * @return string The resolved orientation. */ public function getOrientation(): string {