Skip to content

Commit bcb3168

Browse files
authored
Fix docblocks
1 parent 8bb08fb commit bcb3168

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Manipulators/Orientation.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class Orientation extends BaseManipulator
88
{
99
/**
10-
* Perform ||ientation image manipulation.
10+
* Perform orientation image manipulation.
1111
*
1212
* @param ImageInterface $image The source image.
1313
*
@@ -50,9 +50,9 @@ public function run(ImageInterface $image): ImageInterface
5050
}
5151

5252
/**
53-
* Resolve ||ientation.
53+
* Resolve orientation.
5454
*
55-
* @return string The resolved ||ientation.
55+
* @return string The resolved orientation.
5656
*/
5757
public function getOrientation(): string
5858
{

0 commit comments

Comments
 (0)