Skip to content

Commit 63e710b

Browse files
docs: deprecate recently added constant
I guess we could get away with just removing it, but as there is a remote chance a third party implementation is already relying on it I wouldn't remove it right now..
1 parent 99b38c3 commit 63e710b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

framework/core/src/Foundation/AbstractValidator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ abstract class AbstractValidator
2020
use ExtensionIdTrait;
2121

2222
/**
23+
* @deprecated This constant is no longer used internally and will be removed in a future release.
24+
* Use dynamic cache keys based on class and locale instead.
2325
* @var string
2426
*/
2527
public static $CORE_VALIDATION_CACHE_KEY = 'core.validation.extension_id_class_names';

0 commit comments

Comments
 (0)