Skip to content

Commit c5cf7ec

Browse files
committed
Correct mixed-up description
1 parent ad75ab0 commit c5cf7ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Interfaces/ImageInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ public function gamma(float $gamma): self;
331331
public function colorize(int $red = 0, int $green = 0, int $blue = 0): self;
332332

333333
/**
334-
* Mirror the current image horizontally
334+
* Mirror the current image vertically by swapping top and bottom
335335
*
336336
* @link https://image.intervention.io/v3/modifying-images/effects#mirror-image-vertically
337337
*
@@ -340,7 +340,7 @@ public function colorize(int $red = 0, int $green = 0, int $blue = 0): self;
340340
public function flip(): self;
341341

342342
/**
343-
* Mirror the current image vertically
343+
* Mirror the current image horizontally by swapping left and right
344344
*
345345
* @link https://image.intervention.io/v3/modifying-images/effects#mirror-image-horizontally
346346
*

0 commit comments

Comments
 (0)