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 03f15fa commit 4889f9eCopy full SHA for 4889f9e
tests/PHPStan/Rules/Keywords/ClassThatContainsConst.php
@@ -6,6 +6,6 @@
6
7
class ClassThatContainsConst
8
{
9
- public const string FILE_EXISTS = 'include-me-to-prove-you-work.txt';
10
- public const string FILE_DOES_NOT_EXIST = 'a-file-that-does-not-exist.php';
+ public const FILE_EXISTS = 'include-me-to-prove-you-work.txt';
+ public const FILE_DOES_NOT_EXIST = 'a-file-that-does-not-exist.php';
11
}
0 commit comments