Skip to content
Prev Previous commit
Next Next commit
chore: Fix nextcloud/ocp loading by psalm
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Apr 10, 2025
commit 49699365da56e70f29cb54aa62f881cac03fc6f3
7 changes: 4 additions & 3 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
<projectFiles>
<directory name="lib" />
</projectFiles>
<extraFiles>
<directory name="vendor/nextcloud/ocp" />
</extraFiles>
<extraFiles>
<directory name="vendor" />
<directory name="vendor-bin/psalm/vendor" />
</extraFiles>
<issueHandlers>
<DeprecatedMethod>
<errorLevel type="error" />
Expand Down
Loading