projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33c5988
)
LockInterface - Code style
author
Tim Otten
<totten@civicrm.org>
Thu, 14 May 2015 23:26:44 +0000
(16:26 -0700)
committer
Tim Otten
<totten@civicrm.org>
Mon, 15 Jun 2015 17:34:04 +0000
(10:34 -0700)
Civi/Core/Lock/LockInterface.php
patch
|
blob
|
blame
|
history
diff --git
a/Civi/Core/Lock/LockInterface.php
b/Civi/Core/Lock/LockInterface.php
index dadd4d88cdaa2a68c91abd275eb40f7dc2a22078..c5a9ca80aebe3a8e3441e25e91f77af97d69bf9b 100644
(file)
--- a/
Civi/Core/Lock/LockInterface.php
+++ b/
Civi/Core/Lock/LockInterface.php
@@
-55,4
+55,5
@@
interface LockInterface {
* @return bool
*/
public function isAcquired();
+
}