1
0
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:
Oliver Vogel
2013-03-02 12:58:05 +01:00
parent 199466eb0a
commit 872c9be7d7

View File

@@ -394,7 +394,7 @@ class Image
/**
* Legacy Method to support older grab calls
*
*
* @param array $dimensions
* @return Image
*/
@@ -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;