Skip to content
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

- Task: correctly handles all rotations, even those involving flippin… #654

Merged
merged 3 commits into from
Oct 29, 2015

Conversation

Heshyo
Copy link

@Heshyo Heshyo commented Oct 29, 2015

Correctly handles all rotations, even those involving flipping horizontally.

@lsmith77
Copy link
Contributor

please do not use short open tags .. I assume styleci initially told you that you need to use it before you rebased .. because the default config specifies short open tags, while the config in master defines that it should not be used.

@Heshyo
Copy link
Author

Heshyo commented Oct 29, 2015

AutoRotateFilterLoader.php and AutoRotateFilterLoaderTest.php both start with <?php. I'm not sure where you're seeing <??

@lsmith77
Copy link
Contributor

argh .. I meant short array syntax :)

@@ -11,22 +11,27 @@
*/
class AutoRotateFilterLoader implements LoaderInterface
{
protected $orientationKeys = array(
protected $orientationKeys = [
Copy link
Contributor

Choose a reason for hiding this comment

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

please do not use short array syntax

@Heshyo
Copy link
Author

Heshyo commented Oct 29, 2015

Yes I just noticed about the short array syntax. Should I do another commit or you already modified it?

@lsmith77
Copy link
Contributor

yeah please fix in another commit or by force pushing on the last commit

lsmith77 added a commit that referenced this pull request Oct 29, 2015
- Task: correctly handles all rotations, even those involving flippin…
@lsmith77 lsmith77 merged commit 888b6c5 into liip:master Oct 29, 2015
@lsmith77
Copy link
Contributor

thanks!

@Heshyo Heshyo deleted the AutoRotateFilterLoader_flip branch October 30, 2015 01:04
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.

2 participants