(NFC) mixin/mgd-php@1 - Twiddle `@since`
authorTim Otten <totten@civicrm.org>
Wed, 11 May 2022 22:00:11 +0000 (15:00 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 11 May 2022 22:00:11 +0000 (15:00 -0700)
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

index fcb2a29e6c775f8ac06fa228ad6033dcc3bff90a..026602e44cd8f1cccd736bb62a89338e50e100a3 100644 (file)
@@ -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.