Merge pull request #13993 from eileenmcnaughton/recur_fixes
[civicrm-core.git] / CRM / Utils / Wrapper.php
index 4b03df3a4dfe2df08aad2cabc89d779b357b4632..df9b8a8f32f808a876999d3649acff3004d3e6f9 100644 (file)
@@ -41,6 +41,7 @@ class CRM_Utils_Wrapper {
    * Simple Controller.
    *
    * The controller which will handle the display and processing of this page.
+   * @var \CRM_Core_Controller_Simple object
    */
   protected $_controller;
 
@@ -68,7 +69,7 @@ class CRM_Utils_Wrapper {
       $ignoreKey = !empty($arguments['ignoreKey']);
     }
     else {
-      $arguments = array();
+      $arguments = [];
       $mode = NULL;
       $addSequence = $ignoreKey = $imageUpload = $attachUpload = FALSE;
     }