We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f99ca1 commit dfedc1bCopy full SHA for dfedc1b
2 files changed
composer.json
@@ -23,7 +23,7 @@
23
"phpstan/phpstan": "^2.0"
24
},
25
"require-dev": {
26
- "brainbits/phpcs-standard": "^7.0",
+ "brainbits/phpcs-standard": "^8.0",
27
"php-coveralls/php-coveralls": "^2.0",
28
"phpstan/phpstan-phpunit": "^2.0",
29
"phpunit/phpunit": "^11.0"
src/CoversClassPresentRule.php
@@ -24,7 +24,7 @@
/** @implements Rule<Class_> */
final class CoversClassPresentRule implements Rule
{
- private const TEST_CLASS_ENDING_STRING = 'Test';
+ private const string TEST_CLASS_ENDING_STRING = 'Test';
/** @var string */
30
private $unitTestNamespaceContainsString;
0 commit comments