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 {