Skip to content

Commit a9e5d49

Browse files
renovate[bot]temp
authored andcommitted
chore(deps): update dependency brainbits/phpcs-standard to v8
1 parent 0f99ca1 commit a9e5d49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"phpstan/phpstan": "^2.0"
2424
},
2525
"require-dev": {
26-
"brainbits/phpcs-standard": "^7.0",
26+
"brainbits/phpcs-standard": "^8.0",
2727
"php-coveralls/php-coveralls": "^2.0",
2828
"phpstan/phpstan-phpunit": "^2.0",
2929
"phpunit/phpunit": "^11.0"

src/CoversClassPresentRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/** @implements Rule<Class_> */
2525
final class CoversClassPresentRule implements Rule
2626
{
27-
private const TEST_CLASS_ENDING_STRING = 'Test';
27+
private const string TEST_CLASS_ENDING_STRING = 'Test';
2828

2929
/** @var string */
3030
private $unitTestNamespaceContainsString;

0 commit comments

Comments
 (0)