Fix naming of fields /remove ones that aren't true
[civicrm-core.git] / ang / crmUtil.ang.php
index bea2c48c0c27c6f581a9145e3b903c75017eba76..78ca548c49cc5844455333189c0b7bdc491db552 100644 (file)
@@ -3,8 +3,8 @@
 // in CiviCRM. See also:
 // http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules
 
-return array(
+return [
   'ext' => 'civicrm',
-  'js' => array('ang/crmUtil.js'),
-  'requires' => array(),
-);
+  'js' => ['ang/crmUtil.js'],
+  'requires' => [],
+];