-
Notifications
You must be signed in to change notification settings - Fork 85
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
php7-compat #442
base: master
Are you sure you want to change the base?
php7-compat #442
Conversation
@@ -49,7 +49,7 @@ js: | |||
ui-effects-transfer: jquery-ui/js/minified/jquery.effects.transfer.min | |||
metadata: metadata/jquery.metadata.min | |||
form: form/jquery.form | |||
blockUI: blockUI/jquery.blockUI-2.39 | |||
blockUI: blockUI/jquery.blockUI-2.70.0 |
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.
this one des not seem to be relevant to the issue you're fixing in this PR. Please consider submitting this one as a distinct one.
could you please remove cursing from commit logs? |
hey guys,
A collegue and me thought that this would be the "smallest possibile fix" for this issue and we don't want to spend too much time in diem - projects seems more than dead. regards |
@@ -68,7 +68,7 @@ public function formatFastUntranslated($string, array $args) | |||
return $this->postscript[0].$this->replaceArgs($string, $args).$this->postscript[1]; | |||
} | |||
|
|||
public function addTranslations($culture, array $translations, $catalogue, $culture) | |||
public function addTranslations($culture, array $translations, $catalogue, $_culture) |
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.
The renamed variable $_culture is not used
I've added some of your changes in the master branch (eg. de deprecation warnings since php > 5.6). I've also updated the symfony submodule (merged changes from forked origin and some PR's regarding deprecation warning). I'd love to merge your PR but there are still some issues.. |
Hey - for sure there are some conflicts, i don't wanted to produce conflicts... |
just basic php7 compatibility