Skip to content
Snippets Groups Projects

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

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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.
Loading