Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore(psalm): update baseline
Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud committed Mar 24, 2025
commit b4f57d2fe61862f5da744e7d8ef59651cddf1316
6 changes: 0 additions & 6 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1155,9 +1155,6 @@
<ParamNameMismatch>
<code><![CDATA[$gid]]></code>
</ParamNameMismatch>
<UnsupportedPropertyReferenceUsage>
<code><![CDATA[$this->refBackend = &$this->backends[$configPrefix]]]></code>
</UnsupportedPropertyReferenceUsage>
</file>
<file src="apps/user_ldap/lib/Jobs/Sync.php">
<InvalidOperand>
Expand Down Expand Up @@ -1219,9 +1216,6 @@
<ParamNameMismatch>
<code><![CDATA[$uid]]></code>
</ParamNameMismatch>
<UnsupportedPropertyReferenceUsage>
<code><![CDATA[$this->refBackend = &$this->backends[$configPrefix]]]></code>
</UnsupportedPropertyReferenceUsage>
</file>
<file src="apps/user_ldap/lib/Wizard.php">
<InvalidArrayOffset>
Expand Down
Loading