Skip to content

Commit

Permalink
Merge pull request #674 from nextcloud/renovate/nextcloud-coding-stan…
Browse files Browse the repository at this point in the history
…dard-1.x

fix(deps): bump nextcloud/coding-standard from 1.3.1 to ^1.3.2
  • Loading branch information
st3iny authored Nov 3, 2024
2 parents 42450cf + a62947e commit f1d80fe
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@

# Update to coding-standard 1.3.1
0a21189522498b47aa657834e259d2a6fbccb0a5

# Update to coding-standard 1.3.2
5b2440c618b9a90cd6ee89f2c1d97776fea38235
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/cs-fixer/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"nextcloud/coding-standard": "^1.3.1"
"nextcloud/coding-standard": "^1.3.2"
},
"config": {
"optimize-autoloader": true,
Expand Down
20 changes: 10 additions & 10 deletions vendor-bin/cs-fixer/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1d80fe

Please sign in to comment.