On PHP 5.6 the 8.x-1.x module triggers following fatal error:

PHP Fatal error: Declaration of Drupal\bugsnag\Form\BugsnagAdminForm::buildForm() must be compatible with Drupal\Core\Form\FormInterface::buildForm(array $form, Drupal\Core\Form\FormStateInterface $form_state) in src/Form/BugsnagAdminForm.php on line 14

The patch file included fixes the issue.

CommentFileSizeAuthor
#2 bugsnag-2718389-1.patch521 bytesdeminy
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

deminy created an issue. See original summary.

deminy’s picture

FileSize
521 bytes
deminy’s picture

Title: PHP Fatal error: Declaration of Drupal\bugsnag\Form\BugsnagAdminForm::buildForm() must be compatible with Drupal\Core\Form\FormInterface::buildForm(array $form, Drupal\Core\Form\FormStateInterface $form_state) in src/Form/BugsnagAdminForm.php on line 14 » PHP Fatal error in method Drupal\bugsnag\Form\BugsnagAdminForm::buildForm()
drewkennelly’s picture

drewkennelly’s picture

Status: Active » Fixed
drewkennelly’s picture

Status: Fixed » Closed (fixed)