PHP 8.0 warning
Deprecated function: Required parameter $form_state follows optional parameter $input in require_once() line 113 of office_hours.elements.inc
Issue fork office_hours-3280670
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 7.x-1.x
changes, plain diff MR !13
- 3280670-php-8.0-compatibility
changes, plain diff MR !12
Comments
Comment #4
vladimirausComment #5
morganlyndel commentedI tested this patch on a project running core 7.92 and version7.x-1.x-dev of the module, and my deprecation notices are gone.
This patch follows the backward compatibility fixes mentioned in the PHP Watch documentation as well, so it looks good to me.
Marking this as Reviews & tested by the community - thanks!
Comment #7
johnvComment #9
johnvComment #10
johnv