From 7c19c63f86ab0bd2602460106785ee009903f41d Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 11 May 2022 15:00:11 -0700 Subject: [PATCH] (NFC) mixin/mgd-php@1 - Twiddle `@since` Overview -------- Switch `@since` from "modified" version to "introduced" version. Comment ------- The [spec for `@since`](https://docs.phpdoc.org/guide/references/phpdoc/tags/since.html) is more open ("when an element was introduced _or_ modified"), but this matches similar usages in the same repo. --- mixin/mgd-php@1/mixin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixin/mgd-php@1/mixin.php b/mixin/mgd-php@1/mixin.php index fcb2a29e6c..026602e44c 100644 --- a/mixin/mgd-php@1/mixin.php +++ b/mixin/mgd-php@1/mixin.php @@ -5,7 +5,7 @@ * * @mixinName mgd-php * @mixinVersion 1.1.0 - * @since 5.50 + * @since 5.45 * * @param CRM_Extension_MixInfo $mixInfo * On newer deployments, this will be an instance of MixInfo. On older deployments, Civix may polyfill with a work-a-like. -- 2.25.1