Fix php comments
authorEileen McNaughton <emcnaughton@wikimedia.org>
Sat, 15 Jan 2022 19:24:37 +0000 (08:24 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Sun, 16 Jan 2022 02:36:38 +0000 (15:36 +1300)
commitaec7c57d6b2abb90af586ca9d493add1f390a603
tree776c6ea14024b72c4a882553aa314d10e5388273
parent83634f6732c05385a46ac4b5b21445865ad842c1
Fix php comments

This commit contains 14 files worth of changes from the following steps

1) install https://github.com/civicrm/coder.git
2) comment out <rule ref=Drupal.Commenting.FunctionComment.IncorrectParamVarName><severity>0</severity></rule>
3) run phpcbf --standard=Drupal

This follows on from efforts from @braders - there are not many
instances (although I kept the comment small) and we could fairly easily get rid of them
all and enable that rule in CI - which would lift the bar a little
14 files changed:
CRM/Activity/BAO/Activity.php
CRM/Contact/BAO/Query.php
CRM/Contact/Form/Task/Label.php
CRM/Contact/Page/AJAX.php
CRM/Core/BAO/CustomField.php
CRM/Core/BAO/Domain.php
CRM/Core/BAO/SchemaHandler.php
CRM/Core/BAO/Translation.php
CRM/Core/BAO/UFGroup.php
CRM/Core/Payment/BaseIPN.php
CRM/Core/Resources.php
CRM/Core/Resources/Bundle.php
CRM/Core/Resources/Common.php
CRM/Core/Smarty/plugins/modifier.print_array.php