mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
more phpdoc
This commit is contained in:
parent
cd205249e4
commit
9729e67e3d
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ abstract class AbstractLockingProvider implements ILockingProvider {
|
|||
}
|
||||
|
||||
/**
|
||||
* release all lock acquired by this instance
|
||||
* release all lock acquired by this instance which were marked using the mark* methods
|
||||
*/
|
||||
public function releaseAll() {
|
||||
foreach ($this->acquiredLocks['shared'] as $path => $count) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue