HTMLInputCoder - Add more variants for encoding arrays
[civicrm-core.git] / CRM / Member / StateMachine / Search.php
index 88f285e2dc7f758fde620a71d8d41b0d6b9ffbc7..fe95f9dcab7b6dcb5a000518fde28b3d27142ec1 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
  * $Id$
  *
  */
@@ -50,7 +50,7 @@ class CRM_Member_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_Member_Form_Search'] = NULL;
     list($task, $result) = $this->taskName($controller, 'Search');