Issue #2334689 by er.pushpinderrana | joachim: Fixed lock_acquire() should give the character limit for the lock name.

8.0.x
Alex Pott 2014-09-12 17:33:36 +01:00
parent deb2590044
commit e8b5a655a3
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ interface LockBackendInterface {
* Acquires a lock.
*
* @param string $name
* Lock name.
* Lock name. Limit of name's length is 255 characters.
* @param float $timeout = 30.0
* (optional) Lock lifetime in seconds.
*