LockInterface - Code style
authorTim Otten <totten@civicrm.org>
Thu, 14 May 2015 23:26:44 +0000 (16:26 -0700)
committerTim Otten <totten@civicrm.org>
Mon, 15 Jun 2015 17:34:04 +0000 (10:34 -0700)
Civi/Core/Lock/LockInterface.php

index dadd4d88cdaa2a68c91abd275eb40f7dc2a22078..c5a9ca80aebe3a8e3441e25e91f77af97d69bf9b 100644 (file)
@@ -55,4 +55,5 @@ interface LockInterface {
    * @return bool
    */
   public function isAcquired();
+
 }