Reflect civi style guidelines
authorNiels Heinemann <heinemann@kompetenzz.de>
Thu, 14 Jan 2016 09:03:02 +0000 (10:03 +0100)
committerNiels Heinemann <heinemann@kompetenzz.de>
Fri, 20 May 2016 12:58:51 +0000 (14:58 +0200)
CRM/Utils/Recent.php

index dad62bb761ca63d0006af42267d99dc827095ff9..659b67381f0198367eb978b16242418999d734f6 100644 (file)
@@ -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;
   }
+
 }