more phpdoc

This commit is contained in:
Robin Appelman 2015-08-03 16:02:24 +02:00
parent cd205249e4
commit 9729e67e3d

View file

@ -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) {