From: Michael Wallner Date: Fri, 3 May 2013 11:39:41 +0000 (+0200) Subject: the lock is only for update X-Git-Tag: v1.0.0~2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fpq-gateway;a=commitdiff_plain;h=d384dc48d8cb1f92c5e8dcfa6ec740db37e521e5;ds=sidebyside the lock is only for update --- diff --git a/lib/pq/Gateway/Table/LockInterface.php b/lib/pq/Gateway/Table/LockInterface.php index 0cefb68..de64c57 100644 --- a/lib/pq/Gateway/Table/LockInterface.php +++ b/lib/pq/Gateway/Table/LockInterface.php @@ -5,7 +5,7 @@ namespace pq\Gateway\Table; use \pq\Gateway\Row; /** - * Lazy row lock on update/delete + * Lazy row lock on update */ interface LockInterface {