Merge pull request #17614 from demeritcowboy/xmlproc-acttypes-more
[civicrm-core.git] / ang / crmStatusPage.ang.php
index c63719991842cd2edd9abf30637ac9400c338a85..c72127f3dc928416aa3aec92ddc93a09cc0cc3c8 100644 (file)
@@ -5,11 +5,11 @@
 
 // ODDITY: Angular name 'statuspage' doesn't match the file name 'crmStatusPage'.
 
-return array(
+return [
   'ext' => 'civicrm',
-  'js' => array('ang/crmStatusPage.js', 'ang/crmStatusPage/*.js'),
-  'css' => array('ang/crmStatusPage.css'),
-  'partials' => array('ang/crmStatusPage'),
-  'settings' => array(),
-  'requires' => array('crmUi', 'crmUtil', 'ngRoute', 'crmResource'),
-);
+  'js' => ['ang/crmStatusPage.js', 'ang/crmStatusPage/*.js'],
+  'css' => ['ang/crmStatusPage.css'],
+  'partials' => ['ang/crmStatusPage'],
+  'settings' => [],
+  'requires' => ['crmUi', 'crmUtil', 'ngRoute', 'crmResource'],
+];