Skip to content
Snippets Groups Projects
Commit a338aac9 authored by catch's avatar catch
Browse files

Issue #2905641 by klabowterman: Wrong unit given in documentation for...

Issue #2905641 by klabowterman: Wrong unit given in documentation for parameter delay in LockBackendInterface::wait
parent 0fa72bde
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ public function lockMayBeAvailable($name);
* @param string $name
* Lock name currently being locked.
* @param int $delay
* Milliseconds to wait for. Defaults to 30.
* Seconds to wait for. Defaults to 30.
*
* @return bool
* TRUE if the lock holds, FALSE if it may be available. You still need to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment