Skip to content

Commit

Permalink
ci: suppress psalm warning against private NavigationController class
Browse files Browse the repository at this point in the history
this can be removed once >=NC31 is supported and our NavigationController
is adjusted

Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Jan 6, 2025
1 parent 30748c4 commit c925f42
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@
- SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<files psalm-version="dev-master@"/>
<files psalm-version="5.25.0@01a8eb06b9e9cc6cfb6a320bf9fb14331919d505">
<file src="lib/Controller/NavigationController.php">
<UndefinedClass>
<code><![CDATA[\OC\Core\Controller\NavigationController]]></code>
</UndefinedClass>
</file>
</files>

0 comments on commit c925f42

Please sign in to comment.