(NFC) CRM_Core_CodeGen_Util_Template - Remove PEAR formatting filter
authorTim Otten <totten@civicrm.org>
Thu, 21 Jul 2016 18:51:27 +0000 (11:51 -0700)
committerSeamus Lee <seamuslee001@gmail.com>
Wed, 3 Aug 2016 21:55:07 +0000 (07:55 +1000)
commitfc3261794344961407a53317b91d9b4b282f90fc
treea60aaceb26fa79c2bda45d219f05aac20ecabf5f
parentb9ff33e4f383a52d426d6c90dd851765c475dc45
(NFC) CRM_Core_CodeGen_Util_Template - Remove PEAR formatting filter

This filter has several issues:
 * Fundamentally, we don't use PEAR style guide - we're closer to Drupal style guide.
 * Its only practical effect is to move squiggly braces... to the wrong place.
 * It tangentially pulls in PEAR dependencies.
 * It adds a ~4 seconds to GenCode (as measured on my laptop).
CRM/Core/CodeGen/Util/Template.php