bring in line with #24176
[civicrm-core.git] / ang / dialogService.ang.php
index afeb6c98f2a5d9d25531f3a5594ca83df40dbe11..0d26a0b36065cf3b47429c30e4a2eac917df3b7e 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
-
 // https://github.com/jwstadler/angular-jquery-dialog-service
 
-return array(
+return [
   'ext' => 'civicrm',
-  'js' => array('bower_components/angular-jquery-dialog-service/dialog-service.js'),
-);
+  'js' => ['bower_components/angular-jquery-dialog-service/dialog-service.js'],
+];