Merge pull request #19521 from civicrm/5.34
[civicrm-core.git] / ang / ui.bootstrap.ang.php
index 51e727cb75f308f41f55eb55c3cfb746e949095f..708cb27b0d1f9eabb12bd6e09e03cedfcd21e794 100644 (file)
@@ -1,11 +1,8 @@
 <?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',
-  'basePages' => array(),
-  'js' => array('bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js'),
-  'css' => array('bower_components/angular-bootstrap/ui-bootstrap-csp.css', 'ang/ui.bootstrap.css'),
-);
+  'basePages' => [],
+  'js' => ['bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js'],
+  'css' => ['bower_components/angular-bootstrap/ui-bootstrap-csp.css', 'ang/ui.bootstrap.css'],
+];