From 66a65991f09137cac31f60965ad42d3104b22746 Mon Sep 17 00:00:00 2001 From: Alex P Date: Tue, 17 Oct 2023 12:38:19 +0300 Subject: [PATCH] Fix phpdoc Updates @since from 2563d41d83 --- modules/ppcp-button/src/Assets/SmartButton.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ppcp-button/src/Assets/SmartButton.php b/modules/ppcp-button/src/Assets/SmartButton.php index 97a203276..413b9ebe7 100644 --- a/modules/ppcp-button/src/Assets/SmartButton.php +++ b/modules/ppcp-button/src/Assets/SmartButton.php @@ -1176,7 +1176,7 @@ class SmartButton implements SmartButtonInterface { * Filter to add further components from the extensions. * * @internal Matches filter name in APM extension. - * @since TODO + * @since 2.3.0 * * @param array $components The array of components already registered. */