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

[BUGFIX] Make viewhelpers PHP 7 compatible #59

Merged
merged 1 commit into from Jan 10, 2017

Conversation

liayn
Copy link
Contributor

@liayn liayn commented Jan 5, 2017

Fixes: #57

@@ -59,9 +60,11 @@ public function render(Folder $folder, File $file = null)
* @param array $arguments
* @return bool
*/
protected static function evaluateCondition($arguments = null)
protected static function evaluateCondition(array $arguments)
Copy link
Contributor

Choose a reason for hiding this comment

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

this signature is different in TYPO3 7 and also in \TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry for the mistake. update on its way.

@frans-beech-it
Copy link
Contributor

Related #61

@liayn
Copy link
Contributor Author

liayn commented Jan 10, 2017

I repushed that already Frans. Github still shows the change request though.

@frans-beech-it frans-beech-it merged commit a35385b into beechit:master Jan 10, 2017
@liayn liayn deleted the php7 branch January 11, 2017 23:21
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.

None yet

3 participants