We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4fced commit af8f278Copy full SHA for af8f278
framework/core/src/Foundation/AbstractValidator.php
@@ -19,7 +19,7 @@ abstract class AbstractValidator
19
{
20
use ExtensionIdTrait;
21
22
- public static string $CORE_VALIDATION_CACHE_KEY = 'core.validation.extension_id_class_names';
+ public static $CORE_VALIDATION_CACHE_KEY = 'core.validation.extension_id_class_names';
23
24
/**
25
* @var array
0 commit comments