Skip to content

Commit 9be749e

Browse files
authored
Merge pull request #740 from chimeraphp/renovate/lcobucci-coding-standard-11.x
Update dependency lcobucci/coding-standard to v11
2 parents b01c26e + 9e14a5e commit 9be749e

File tree

3 files changed

+63
-53
lines changed

3 files changed

+63
-53
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"chimera/routing-mezzio": "^1.0.x-dev",
2424
"chimera/serialization-jms": "^1.0.x-dev",
2525
"infection/infection": "^0.26",
26-
"lcobucci/coding-standard": "^9.0",
26+
"lcobucci/coding-standard": "^11.0",
2727
"lcobucci/error-handling-middleware": "^1.4",
2828
"phpstan/extension-installer": "^1.2",
2929
"phpstan/phpstan": "^1.8",

composer.lock

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

src/Mapping/ExpandTags.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ final class ExpandTags implements CompilerPassInterface
4646
];
4747

4848
/**
49-
* {@inheritdoc}
49+
* {@inheritDoc}
5050
*
5151
* @throws InvalidArgumentException
5252
* @throws ReflectionException

0 commit comments

Comments
 (0)