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 b1cebc2 commit b2b833cCopy full SHA for b2b833c
tests/PHPStan/Rules/Traits/data/bug-12011.php
@@ -8,7 +8,7 @@
8
#[Table(self::TABLE_NAME)]
9
trait MyTrait
10
{
11
- private const int TABLE_NAME = 'table';
+ private const int TABLE_NAME = 1;
12
}
13
14
class X {
0 commit comments