Skip to content

Commit

Permalink
Merge pull request #1523 from tmihalik/1.3.0
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
Phalcon committed Nov 7, 2013
2 parents af3f019 + 52219b4 commit 683683a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/image/adapter/gd.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
#include "kernel/file.h"

/**
* Phalcon\Image\\Adapter\GD
* Phalcon\Image\Adapter\GD
*
* Image manipulation support. Allows images to be resized, cropped, etc.
*
*<code>
* $image = new Phalcon\Image\Adapter\Imagick("upload/test.jpg");
* $image = new Phalcon\Image\Adapter\GD("upload/test.jpg");
* $image->resize(200, 200)->rotate(90)->crop(100, 100);
* if ($image->save()) {
* echo 'success';
Expand Down

0 comments on commit 683683a

Please sign in to comment.