Skip to content

Code reformatting

bgm requested to merge bgm/cdntaxreceipts:codeCleanup into master

Most of this is very mundane code formatting, with tiny exceptions:

  • in hook_civicrm_buildForm (at the top), moved the $buttons inside the condition, since not used otherwise
  • removed the hook_civicrm_caseType implementation, because not used
  • used E::ts instead of ts when it made sense

Merge request reports