From c1dd61ab395294b313f666aec5d0e12ced313406 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 24 Jan 2020 16:17:04 -0800 Subject: [PATCH] (NFC) Civi/Payment - Update for Drupal.Commenting.VariableComment.IncorrectVarType --- Civi/Payment/PropertyBag.php | 4 +++- Civi/Payment/System.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Civi/Payment/PropertyBag.php b/Civi/Payment/PropertyBag.php index c27e0af4dc..c8db414571 100644 --- a/Civi/Payment/PropertyBag.php +++ b/Civi/Payment/PropertyBag.php @@ -87,7 +87,9 @@ class PropertyBag implements \ArrayAccess { } /** - * @var string Just for unit testing. + * Just for unit testing. + * + * @var string */ public $lastWarning; diff --git a/Civi/Payment/System.php b/Civi/Payment/System.php index d7b6f0e2c0..fbbfc7d146 100644 --- a/Civi/Payment/System.php +++ b/Civi/Payment/System.php @@ -14,7 +14,7 @@ class System { private static $singleton; /** - * @var array cache + * @var array */ private $cache = []; -- 2.25.1