Skip to content

Commit af8f278

Browse files
chore: remove type
1 parent cb4fced commit af8f278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/core/src/Foundation/AbstractValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ abstract class AbstractValidator
1919
{
2020
use ExtensionIdTrait;
2121

22-
public static string $CORE_VALIDATION_CACHE_KEY = 'core.validation.extension_id_class_names';
22+
public static $CORE_VALIDATION_CACHE_KEY = 'core.validation.extension_id_class_names';
2323

2424
/**
2525
* @var array

0 commit comments

Comments
 (0)