From 66a65991f09137cac31f60965ad42d3104b22746 Mon Sep 17 00:00:00 2001 From: Alex P Date: Tue, 17 Oct 2023 12:38:19 +0300 Subject: [PATCH 1/2] 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. */ From aaa2025a8286c5436f0b69813b72ae66211640d4 Mon Sep 17 00:00:00 2001 From: Alex P Date: Tue, 17 Oct 2023 13:03:44 +0300 Subject: [PATCH 2/2] Remove @since --- modules/ppcp-button/src/Assets/SmartButton.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ppcp-button/src/Assets/SmartButton.php b/modules/ppcp-button/src/Assets/SmartButton.php index 413b9ebe7..53917077c 100644 --- a/modules/ppcp-button/src/Assets/SmartButton.php +++ b/modules/ppcp-button/src/Assets/SmartButton.php @@ -1176,7 +1176,6 @@ class SmartButton implements SmartButtonInterface { * Filter to add further components from the extensions. * * @internal Matches filter name in APM extension. - * @since 2.3.0 * * @param array $components The array of components already registered. */