X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FWrapper.php;h=df9b8a8f32f808a876999d3649acff3004d3e6f9;hb=fd166980602c3c6dae366a7b19f7085b355c34e7;hp=82f8e0ed6f4ef13df963b84603ff06150f62e86a;hpb=573259db1e67655fe25124c130a28687f562c33b;p=civicrm-core.git diff --git a/CRM/Utils/Wrapper.php b/CRM/Utils/Wrapper.php index 82f8e0ed6f..df9b8a8f32 100644 --- a/CRM/Utils/Wrapper.php +++ b/CRM/Utils/Wrapper.php @@ -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. | | | @@ -33,7 +33,7 @@ * run method as explained below. * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2018 + * @copyright CiviCRM LLC (c) 2004-2019 */ class CRM_Utils_Wrapper { @@ -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; }