Skip to content
Snippets Groups Projects
Commit 8902e2be authored by Robin Appelman's avatar Robin Appelman
Browse files

fix nooplockingprovider

parent ce04cf66
No related branches found
No related tags found
No related merge requests found
......@@ -51,10 +51,17 @@ class NoopLockingProvider implements ILockingProvider {
// do nothing
}
/**
* release all lock acquired by this instance
/**1
* {@inheritdoc}
*/
public function releaseAll() {
// do nothing
}
/**
* {@inheritdoc}
*/
public function changeLock($path, $targetType) {
// do nothing
}
}
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