Skip to content

Corrects a typo in specifying arguments #112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2018
Merged

Corrects a typo in specifying arguments #112

merged 1 commit into from
May 21, 2018

Conversation

denx-b
Copy link
Contributor

@denx-b denx-b commented May 20, 2018

No description provided.

@@ -143,7 +143,7 @@ $image->save('image2.jpg');

```php
$image = new ImageResize('image.jpg');
$image->crop(200, 200, ImageResize::CROPCENTER);
$image->crop(200, 200, true, ImageResize::CROPCENTER);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should add the explanation to explain this optional boolean argument functionality.

@adityapatadia adityapatadia merged commit 2892593 into gumlet:master May 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants