INFRA-132 - CRM/Core - Misc
[civicrm-core.git] / CRM / Core / Form / Tag.php
index f0399c196eb67bf63cbe6076019d266240dae8b7..97a0a616d0734efce5738e844914721ffab29c45 100644 (file)
@@ -61,7 +61,8 @@ class CRM_Core_Form_Tag {
    * @return void
    * @static
    */
-  static function buildQuickForm(&$form, $parentNames, $entityTable, $entityId = NULL, $skipTagCreate = FALSE,
+  static function buildQuickForm(
+    &$form, $parentNames, $entityTable, $entityId = NULL, $skipTagCreate = FALSE,
     $skipEntityAction = FALSE, $tagsetElementName = NULL ) {
     $tagset = $form->_entityTagValues = array();
     $form->assign("isTagset", FALSE);