Merge pull request #19277 from yashodha/dev-2273
[civicrm-core.git] / ang / crmUtil.ang.php
index bea2c48c0c27c6f581a9145e3b903c75017eba76..502fab5e17d966c08268910c66db0279f8184399 100644 (file)
@@ -1,10 +1,7 @@
 <?php
 // This file declares an Angular module which can be autoloaded
-// 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' => [],
+];