Skip to content
Snippets Groups Projects
Commit 4f9f7b4d authored by Ivan Doroshenko's avatar Ivan Doroshenko Committed by Ivan Doroshenko
Browse files

Issue #3183040 by ccshannon: PHP Fatal error: Declaration of...

Issue #3183040 by ccshannon: PHP Fatal error:  Declaration of Drupal\rabbit_hole\BehaviorSettingsManager::saveBehaviorSettings must be compatible with Drupal\rabbit_hole\BehaviorSettingsManagerInterface::saveBehaviorSettings
parent 4a6a2fb9
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ class BehaviorSettingsManager implements BehaviorSettingsManagerInterface {
/**
* {@inheritdoc}
*/
public function saveBehaviorSettings($settings, $entity_type_id, $entity_id = NULL) {
public function saveBehaviorSettings(array $settings, $entity_type_id, $entity_id = NULL) {
$id = $this->generateBehaviorSettingsFullId($entity_type_id, $entity_id);
$entity = BehaviorSettings::load($id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment