From 1043c70f008ae335cc7a760ad039e40548219ec9 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 4 Apr 2024 23:23:11 +0200 Subject: [PATCH 1/2] chore: Update psalm baseline Co-authored-by: GitHub Signed-off-by: Ferdinand Thiessen --- build/psalm-baseline.xml | 48 ---------------------------------------- 1 file changed, 48 deletions(-) diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index b12ca916106d5..715210400db3b 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -508,7 +508,6 @@ \OCA\Circles\Api\v1\Circles - getById getPath @@ -813,12 +812,6 @@ $shareId (int)$data['id'] - - $nodes[0] - - - \OCP\Files\File|\OCP\Files\Folder - @@ -1111,15 +1104,8 @@ - - $trashFiles - - - null - $file - getById @@ -1228,14 +1214,6 @@ array{0: int, 1: int, 2: int} - - - false - - - users]]> - - $ln + 1 @@ -1415,21 +1393,11 @@ isUserScopeEnabled - - - $arguments - - $arguments - - - $arguments - - $result === false @@ -2237,7 +2205,6 @@ root->get($this->getFullPath($path))]]> - root->getByIdInPath((int)$id, $this->getPath())]]> createNode($file->getPath(), $file); }, $files)]]> @@ -2933,15 +2900,6 @@ dbprettyname]]> - - - !self::isResharingAllowed() - - - getParents - getParents - - getId()]]> @@ -3003,12 +2961,6 @@ private $roomShareProvider = null; private $shareByCircleProvider = null; - - getLazyRootFolder - getLazyRootFolder - getLazyRootFolder - getLazyRootFolder - From 7b0bcf27b9e611cf63d9569630152bd85100fe51 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 4 Apr 2024 23:24:30 +0200 Subject: [PATCH 2/2] fix(ci): Use conventional commits for update-psalm-baseline workflow Signed-off-by: Ferdinand Thiessen --- .github/workflows/update-psalm-baseline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index 1f963a2f005f9..21b9d6aa7d8ec 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -53,7 +53,7 @@ jobs: uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e with: token: ${{ secrets.COMMAND_BOT_PAT }} - commit-message: Update psalm baseline + commit-message: "chore(tests): Update psalm baseline" committer: GitHub author: nextcloud-command signoff: true