- Issue created by @ryankolsen
- Merge request !25Issue # 3502639 Explicitly mark parameter as nullable β (Open) created by Unnamed author
The Shield module is triggering a deprecation notice in PHP 8.4 due to implicitly marking a parameter as nullable. This needs to be addressed to ensure compatibility with future PHP versions and to follow best practices.
Update the constructor of the ShieldSettingsForm class to explicitly declare the $keyTypeManager parameter as nullable
None. This is a code-level change that does not affect the user interface.
Minor change to the constructor signature of ShieldSettingsForm, but it should not affect existing functionality.
None. This change does not affect the data model.
Active
1.8
Code