dev/core#1317 - Fix total_amount on repeattransaction when tax amount is involved.
[civicrm-core.git] / CRM / Core / Lock.php
index 789639506cd293e185996139658b25f45ac532b7..31077138e65d87115425f309c8e66eaa362899c5 100644 (file)
@@ -44,11 +44,16 @@ class CRM_Core_Lock implements \Civi\Core\Lock\LockInterface {
    *
    * @var bool
    */
-  static $jobLog = FALSE;
+  public static $jobLog = FALSE;
 
-  // lets have a 3 second timeout for now
+  /**
+   * lets have a 3 second timeout for now
+   */
   const TIMEOUT = 3;
 
+  /**
+   * @var bool
+   */
   protected $_hasLock = FALSE;
 
   protected $_name;