projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb6c99f
)
(NFC) setting-admin@1 - Fix the `@since` metadata
author
Tim Otten
<totten@civicrm.org>
Thu, 16 Nov 2023 19:33:13 +0000
(11:33 -0800)
committer
Tim Otten
<totten@civicrm.org>
Thu, 16 Nov 2023 19:34:55 +0000
(11:34 -0800)
The code was originally written during 5.67.alpha1 and then merged during
5.68.alpha. So the `@since` is slightly off.
mixin/setting-admin@1/mixin.php
patch
|
blob
|
blame
|
history
diff --git
a/mixin/setting-admin@1/mixin.php
b/mixin/setting-admin@1/mixin.php
index 708421bb07d09155e6d26285dc3fea2095318b10..a59302c4fec8e7c65636b51b1926e5284b9e1eaa 100644
(file)
--- a/
mixin/setting-admin@1/mixin.php
+++ b/
mixin/setting-admin@1/mixin.php
@@
-24,7
+24,7
@@
*
* @mixinName setting-admin
* @mixinVersion 1.0.0
- * @since 5.6
7
+ * @since 5.6
8
*/
namespace Civi\Mixin\SettingAdminV1;