From 2b2de25bfac0e359bcae62e0e6995bfdb4229eaa Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Wed, 1 Jan 2025 17:24:56 -0800 Subject: [PATCH] Missing `@since` [ci skip] --- src/base/FieldInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/base/FieldInterface.php b/src/base/FieldInterface.php index a730f4b86ff..39c7631caeb 100644 --- a/src/base/FieldInterface.php +++ b/src/base/FieldInterface.php @@ -116,6 +116,7 @@ public static function phpType(): string; * [[normalizeValue()]] and [[afterElementSave()]]/[[afterElementPropagate()]]. * * @return string|string[]|null The column type(s). + * @since 5.0.0 */ public static function dbType(): array|string|null;