Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
*/
public function propFind(PropFind $propFind, INode $node) {
$propFind->handle('{DAV:}supportedlock', function () {
- return new SupportedLock(true);
+ return new SupportedLock();
});
$propFind->handle('{DAV:}lockdiscovery', function () use ($propFind) {
return new LockDiscovery([]);
<code>\Sabre\Uri\split($sourceNode->getPath())</code>
</UndefinedFunction>
</file>
- <file src="apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php">
- <TooManyArguments occurrences="1">
- <code>new SupportedLock(true)</code>
- </TooManyArguments>
- </file>
<file src="apps/dav/lib/Connector/Sabre/File.php">
<MoreSpecificImplementedParamType occurrences="1">
<code>$data</code>