From f6991bbd39d9b5879eba45f2995e9a195ff5d3f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 00:55:31 +0000 Subject: [PATCH 1/3] fix(deps): bump nextcloud/coding-standard from 1.3.1 to ^1.3.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- vendor-bin/cs-fixer/composer.json | 2 +- vendor-bin/cs-fixer/composer.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/vendor-bin/cs-fixer/composer.json b/vendor-bin/cs-fixer/composer.json index f7c408c9..5999f39f 100644 --- a/vendor-bin/cs-fixer/composer.json +++ b/vendor-bin/cs-fixer/composer.json @@ -1,6 +1,6 @@ { "require": { - "nextcloud/coding-standard": "^1.3.1" + "nextcloud/coding-standard": "^1.3.2" }, "config": { "optimize-autoloader": true, diff --git a/vendor-bin/cs-fixer/composer.lock b/vendor-bin/cs-fixer/composer.lock index 8b4f9dea..5e6ad86c 100644 --- a/vendor-bin/cs-fixer/composer.lock +++ b/vendor-bin/cs-fixer/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ac47295283145783214c21ed6f754594", + "content-hash": "9c52b9653d31c127fa2e6fde95478602", "packages": [ { "name": "kubawerlos/php-cs-fixer-custom-fixers", @@ -54,16 +54,16 @@ }, { "name": "nextcloud/coding-standard", - "version": "v1.3.1", + "version": "v1.3.2", "source": { "type": "git", "url": "https://github.com/nextcloud/coding-standard.git", - "reference": "e88acb0df6217b808d1632286ddfec9267a102e4" + "reference": "9c719c4747fa26efc12f2e8b21c14a9a75c6ba6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/e88acb0df6217b808d1632286ddfec9267a102e4", - "reference": "e88acb0df6217b808d1632286ddfec9267a102e4", + "url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/9c719c4747fa26efc12f2e8b21c14a9a75c6ba6d", + "reference": "9c719c4747fa26efc12f2e8b21c14a9a75c6ba6d", "shasum": "" }, "require": { @@ -90,9 +90,9 @@ "description": "Nextcloud coding standards for the php cs fixer", "support": { "issues": "https://github.com/nextcloud/coding-standard/issues", - "source": "https://github.com/nextcloud/coding-standard/tree/v1.3.1" + "source": "https://github.com/nextcloud/coding-standard/tree/v1.3.2" }, - "time": "2024-09-19T09:07:10+00:00" + "time": "2024-10-14T16:49:05+00:00" }, { "name": "php-cs-fixer/shim", @@ -150,11 +150,11 @@ "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [], + "platform": {}, + "platform-dev": {}, "platform-overrides": { "php": "8.1.0" }, From a9fab343f6e264dbc69fa44caab4cb8d8264793d Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Mon, 21 Oct 2024 14:00:11 +0200 Subject: [PATCH 2/3] chore: run composer cs:fix Signed-off-by: Richard Steinmetz --- .../WebauthnPublicKeyCredentialSourceRepository.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Repository/WebauthnPublicKeyCredentialSourceRepository.php b/lib/Repository/WebauthnPublicKeyCredentialSourceRepository.php index 4aa4518d..8443bef9 100644 --- a/lib/Repository/WebauthnPublicKeyCredentialSourceRepository.php +++ b/lib/Repository/WebauthnPublicKeyCredentialSourceRepository.php @@ -62,15 +62,15 @@ public function get(string $credentialId): AttestedCredentialData { throw new BadMethodCallException('Not implemented'); } - public function getUserHandleFor(string $credentialId): string { + public function getUserHandleFor(string $credentialId): string { throw new BadMethodCallException('Not implemented'); } - public function getCounterFor(string $credentialId): int { + public function getCounterFor(string $credentialId): int { throw new BadMethodCallException('Not implemented'); } - public function updateCounterFor(string $credentialId, int $newCounter): void { + public function updateCounterFor(string $credentialId, int $newCounter): void { throw new BadMethodCallException('Not implemented'); } From a62947e1203351d04e25d538f074770ddcb6917f Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Mon, 21 Oct 2024 14:00:48 +0200 Subject: [PATCH 3/3] chore: ignore coding-standard update 1.3.2 in git blame Signed-off-by: Richard Steinmetz --- .git-blame-ignore-revs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index a81602e9..47d67b60 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -8,3 +8,6 @@ # Update to coding-standard 1.3.1 0a21189522498b47aa657834e259d2a6fbccb0a5 + +# Update to coding-standard 1.3.2 +5b2440c618b9a90cd6ee89f2c1d97776fea38235