We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb08fb commit bcb3168Copy full SHA for bcb3168
src/Manipulators/Orientation.php
@@ -7,7 +7,7 @@
7
class Orientation extends BaseManipulator
8
{
9
/**
10
- * Perform ||ientation image manipulation.
+ * Perform orientation image manipulation.
11
*
12
* @param ImageInterface $image The source image.
13
@@ -50,9 +50,9 @@ public function run(ImageInterface $image): ImageInterface
50
}
51
52
53
- * Resolve ||ientation.
+ * Resolve orientation.
54
55
- * @return string The resolved ||ientation.
+ * @return string The resolved orientation.
56
*/
57
public function getOrientation(): string
58
0 commit comments