Skip to content

Commit 5a13ffc

Browse files
authored
Merge pull request #1154 from lcobucci/renovate/lcobucci-coding-standard-12.x
Update dependency lcobucci/coding-standard to v12
2 parents 885941d + d450ec1 commit 5a13ffc

File tree

3 files changed

+44
-44
lines changed

3 files changed

+44
-44
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: 41 additions & 41 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)