Skip to content

Commit

Permalink
fix: update ocp and psalm-baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Cleopatra Enjeck M. <[email protected]>
  • Loading branch information
enjeck committed Feb 5, 2025
1 parent f8700f9 commit 3959e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"require-dev": {
"guzzlehttp/guzzle": "^7",
"nextcloud/coding-standard": "^1.0",
"nextcloud/ocp": "dev-master",
"nextcloud/ocp": "dev-stable28",
"phan/phan": "^5",
"php-cs-fixer/shim": "3.66.0",
"psalm/phar": "^5.26",
Expand Down
1 change: 1 addition & 0 deletions tests/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
<file src="lib/Service/NoteUtil.php">
<MissingDependency>
<code><![CDATA[$this->getRoot()]]></code>
<code><![CDATA[$this->getRoot()->getUserFolder($userId)]]></code>
<code><![CDATA[$this->root]]></code>
<code><![CDATA[$this->root]]></code>
<code><![CDATA[$this->root]]></code>
Expand Down

0 comments on commit 3959e33

Please sign in to comment.