Commit 1bde5e0d by Antonio Ramirez

minor fix on phpDoc

parent fc28927d
...@@ -157,6 +157,7 @@ class Image extends Component ...@@ -157,6 +157,7 @@ class Image extends Component
* $point = new \Imagine\Image\Point(5, 5); * $point = new \Imagine\Image\Point(5, 5);
* $obj->crop('path\to\image.jpg', 200, 200, $point); * $obj->crop('path\to\image.jpg', 200, 200, $point);
* ~~~ * ~~~
* If null, it will crop from 0,0 pixel position
* @return \Imagine\Image\ManipulatorInterface * @return \Imagine\Image\ManipulatorInterface
* @throws \InvalidArgumentException * @throws \InvalidArgumentException
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment