Merge pull request #17614 from demeritcowboy/xmlproc-acttypes-more
[civicrm-core.git] / ang / crmResource.ang.php
index f63cc54c54d00d354c5020928508740e503179b4..577f48e1efd332722157abf0108a87ed5b68880e 100644 (file)
@@ -3,8 +3,9 @@
 // in CiviCRM. See also:
 // http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_angularModules
 
-return array(
+return [
   'ext' => 'civicrm',
   // 'js' => array('js/angular-crmResource/byModule.js'), // One HTTP request per module.
-  'js' => array('js/angular-crmResource/all.js'), // One HTTP request for all modules.
-);
+  // One HTTP request for all modules.
+  'js' => ['js/angular-crmResource/all.js'],
+];