From 7943980b53fb1c4636451fe6c66ab05ea6053e3d Mon Sep 17 00:00:00 2001 From: Niels Heinemann Date: Thu, 14 Jan 2016 10:03:02 +0100 Subject: [PATCH] Reflect civi style guidelines --- CRM/Utils/Recent.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CRM/Utils/Recent.php b/CRM/Utils/Recent.php index dad62bb761..659b67381f 100644 --- a/CRM/Utils/Recent.php +++ b/CRM/Utils/Recent.php @@ -54,6 +54,7 @@ class CRM_Utils_Recent { * @var int */ static private $_maxItems = 20; + /** * Initialize this class and set the static variables. */ @@ -249,4 +250,5 @@ class CRM_Utils_Recent { return $providers; } + } -- 2.25.1