Merge pull request #15409 from eileenmcnaughton/status
[civicrm-core.git] / CRM / Pledge / StateMachine / Search.php
index bdb9814ea00725609c84cd8dae25d13749bcaca8..1bf31c5c09b48719ddc1ae7aa36a0243dbf519db 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2018                                |
+ | Copyright CiviCRM LLC (c) 2004-2019                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2018
+ * @copyright CiviCRM LLC (c) 2004-2019
  */
 class CRM_Pledge_StateMachine_Search extends CRM_Core_StateMachine {
 
@@ -48,7 +48,7 @@ class CRM_Pledge_StateMachine_Search extends CRM_Core_StateMachine {
   public function __construct($controller, $action = CRM_Core_Action::NONE) {
     parent::__construct($controller, $action);
 
-    $this->_pages = array();
+    $this->_pages = [];
 
     $this->_pages['CRM_Pledge_Form_Search'] = NULL;
     list($task, $result) = $this->taskName($controller, 'Search');