From 8f02843dcb6b4454bfa2df837cdc34a68a5d5b5c Mon Sep 17 00:00:00 2001 From: zero-24 Date: Mon, 26 Jun 2017 11:19:07 +0200 Subject: [PATCH] Add missing since tag for the method introduced in #16756 https://github.com/joomla/joomla-cms/pull/16756/files --- components/com_content/router.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/com_content/router.php b/components/com_content/router.php index 5ea289404d537..35ac88a0dcb5b 100644 --- a/components/com_content/router.php +++ b/components/com_content/router.php @@ -142,6 +142,8 @@ public function getArticleSegment($id, $query) * @param array $query The request that is built right now * * @return array|string The segments of this item + * + * @since __DEPLOY_VERSION__ */ public function getFormSegment($id, $query) {