Skip to content
Snippets Groups Projects
Commit ce02b883 authored by Michael Strelan's avatar Michael Strelan
Browse files

Merge branch '3406389-fatal-error-type' into '8.x-4.x'

Revert "Issue #3395751: with Drupal 10.2.xx - PHP Fatal error:  Type of...

See merge request !38
parents 85ab7bf3 ce892f74
Branches
Tags
No related merge requests found
Pipeline #59816 skipped
...@@ -16,9 +16,9 @@ class SettingsForm extends ConfigFormBase { ...@@ -16,9 +16,9 @@ class SettingsForm extends ConfigFormBase {
/** /**
* The typed config service. * The typed config service.
* *
* @var \Drupal\Core\Config\TypedConfigManagerInterface|null * @var \Drupal\Core\Config\TypedConfigManagerInterface
*/ */
protected ?TypedConfigManagerInterface $typedConfigManager; protected $typedConfigManager;
/** /**
* SettingsForm constructor. * SettingsForm constructor.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment