mirror of
https://github.com/Intervention/image.git
synced 2025-08-19 12:11:26 +02:00
added missing doc
This commit is contained in:
@@ -406,6 +406,12 @@ class Image
|
||||
return $this->grab($width, $height);
|
||||
}
|
||||
|
||||
/**
|
||||
* Mirror image horizontally or vertically
|
||||
*
|
||||
* @param mixed $mode
|
||||
* @return Image
|
||||
*/
|
||||
public function flip($mode = null)
|
||||
{
|
||||
$x = 0;
|
||||
|
Reference in New Issue
Block a user