We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f99ca1 commit a9e5d49Copy full SHA for a9e5d49
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