From 0b3504a640389651d9e19b90b5829a1028acf474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bar=C3=A1=C5=A1ek?= Date: Sun, 24 Apr 2022 11:50:13 +0200 Subject: [PATCH] BaseEndpoint: Old constants will be deprecated in future. --- src/Endpoint/BaseEndpoint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Endpoint/BaseEndpoint.php b/src/Endpoint/BaseEndpoint.php index 92722ec..8a4b21d 100644 --- a/src/Endpoint/BaseEndpoint.php +++ b/src/Endpoint/BaseEndpoint.php @@ -25,7 +25,7 @@ abstract class BaseEndpoint implements Endpoint { use SmartObject; - /** @deprecated since 2022-04-18, use Perl case instead */ + // TODO: @deprecated since 2022-04-18, use Perl case instead public const FLASH_MESSAGE_SUCCESS = 'success', FLASH_MESSAGE_INFO = 'info',