Skip to content

Commit

Permalink
Fix docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad authored Jan 30, 2024
1 parent 8bb08fb commit bcb3168
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Manipulators/Orientation.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Orientation extends BaseManipulator
{
/**
* Perform ||ientation image manipulation.
* Perform orientation image manipulation.
*
* @param ImageInterface $image The source image.
*
Expand Down Expand Up @@ -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
{
Expand Down

0 comments on commit bcb3168

Please sign in to comment.