Skip to content
Snippets Groups Projects
Commit 64e0d36b authored by Michael Strelan's avatar Michael Strelan Committed by Italo Mairo
Browse files

Issue #3406389 by mstrelan: Fatal error: Type of...

Issue #3406389 by mstrelan: Fatal error: Type of Drupal\geocoder\Form\SettingsForm::$typedConfigManager must not be defined (as in class Drupal\Core\Form\ConfigFormBase) 
parent 85ab7bf3
No related branches found
No related tags found
1 merge request!38Revert "Issue #3395751: with Drupal 10.2.xx - PHP Fatal error: Type of...
......@@ -16,9 +16,9 @@ class SettingsForm extends ConfigFormBase {
/**
* The typed config service.
*
* @var \Drupal\Core\Config\TypedConfigManagerInterface|null
* @var \Drupal\Core\Config\TypedConfigManagerInterface
*/
protected ?TypedConfigManagerInterface $typedConfigManager;
protected $typedConfigManager;
/**
* SettingsForm constructor.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment