Skip to content

Commit f7a7ae4

Browse files
authored
Merge pull request nextcloud#54464 from nextcloud/jtr-fix-dav-direct-server-propfind-typo
chore(dav): Fix typo in property name
2 parents 96467ae + 43df12f commit f7a7ae4

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

apps/dav/lib/Direct/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ class Server extends \Sabre\DAV\Server {
1212
public function __construct($treeOrNode = null) {
1313
parent::__construct($treeOrNode);
1414
self::$exposeVersion = false;
15-
$this->enablePropfindDepthInfinityf = false;
15+
$this->enablePropfindDepthInfinity = false;
1616
}
1717
}

build/psalm-baseline.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -828,11 +828,6 @@
828828
<code><![CDATA[null]]></code>
829829
</NullableReturnStatement>
830830
</file>
831-
<file src="apps/dav/lib/Direct/Server.php">
832-
<UndefinedThisPropertyAssignment>
833-
<code><![CDATA[$this->enablePropfindDepthInfinityf]]></code>
834-
</UndefinedThisPropertyAssignment>
835-
</file>
836831
<file src="apps/dav/lib/Files/FileSearchBackend.php">
837832
<InvalidReturnStatement>
838833
<code><![CDATA[$value]]></code>

0 commit comments

Comments
 (0)