-
Notifications
You must be signed in to change notification settings - Fork 379
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
- Task: correctly handles all rotations, even those involving flippin… #654
Conversation
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. |
|
argh .. I meant short array syntax :) |
@@ -11,22 +11,27 @@ | |||
*/ | |||
class AutoRotateFilterLoader implements LoaderInterface | |||
{ | |||
protected $orientationKeys = array( | |||
protected $orientationKeys = [ |
There was a problem hiding this comment.
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
Yes I just noticed about the short array syntax. Should I do another commit or you already modified it? |
yeah please fix in another commit or by force pushing on the last commit |
- Task: correctly handles all rotations, even those involving flippin…
thanks! |
Correctly handles all rotations, even those involving flipping horizontally.