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

Fix for PHP7.0 warning on running Cron Job #4190

Closed
wants to merge 1 commit into from
Closed

Fix for PHP7.0 warning on running Cron Job #4190

wants to merge 1 commit into from

Conversation

Kuzuto
Copy link

@Kuzuto Kuzuto commented Mar 6, 2018

When running Cron Job on PHP7 it creates warning:
PHP Warning: Declaration of AssignmentForm
PHP Warning: Declaration of TransferForm
Related to issue :
#4126

Reason is render function from AssignForm and FransferForm is overriding render in Form Class, but don't have the same declaration.
This pull request fix this.

PHP Warning:  Declaration of AssignmentForm
PHP Warning:  Declaration of TransferForm
@Kuzuto Kuzuto closed this Mar 6, 2018
@Kuzuto Kuzuto deleted the Fix_PHP_Warning branch March 6, 2018 19:13
@Kuzuto Kuzuto restored the Fix_PHP_Warning branch March 7, 2018 12:01
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

1 participant