Skip to content

Commit d450ec1

Browse files
renovate[bot]lcobucci
authored andcommitted
Update dependency lcobucci/coding-standard to v12
| datasource | package | from | to | | ---------- | ------------------------ | ------ | ------ | | packagist | lcobucci/coding-standard | 11.2.0 | 12.0.0 |
1 parent 242f44e commit d450ec1

File tree

3 files changed

+45
-45
lines changed

3 files changed

+45
-45
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require-dev": {
2626
"infection/infection": "^0.32.6",
2727
"lcobucci/clock": "^3.5.0",
28-
"lcobucci/coding-standard": "^11.2",
28+
"lcobucci/coding-standard": "^12.0",
2929
"phpbench/phpbench": "^1.4.3",
3030
"phpstan/extension-installer": "^1.4.3",
3131
"phpstan/phpstan": "^2.1.40",

composer.lock

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Token/RegisteredClaimGiven.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
final class RegisteredClaimGiven extends InvalidArgumentException implements Exception
1212
{
13-
private const DEFAULT_MESSAGE = 'Builder#withClaim() is meant to be used for non-registered claims, '
14-
. 'check the documentation on how to set claim "%s"';
13+
private const string DEFAULT_MESSAGE = 'Builder#withClaim() is meant to be used for non-registered claims, '
14+
. 'check the documentation on how to set claim "%s"';
1515

1616
/** @param non-empty-string $name */
1717
public static function forClaim(string $name): self

0 commit comments

Comments
 (0)