Merge pull request #17614 from demeritcowboy/xmlproc-acttypes-more
[civicrm-core.git] / ang / crmD3.ang.php
index eee0ebd661b799cb264ea5991b3f43745359c9d3..0a737341ae811a58d6002d00b478df23b13930d3 100644 (file)
@@ -6,11 +6,11 @@
 // ODDITY: Only loads if you have CiviMail permissions.
 // ODDITY: Extra resources loaded via CRM_Mailing_Info::getAngularModules.
 
-return array(
+return [
   'ext' => 'civicrm',
-  'js' => array(
+  'js' => [
     'ang/crmD3.js',
     'bower_components/d3/d3.min.js',
-  ),
-  'requires' => array(),
-);
+  ],
+  'requires' => [],
+];