We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230cd34 commit 1a7aa28Copy full SHA for 1a7aa28
1 file changed
tests/Porpaginas/DoctrineORMQueryTest.php
@@ -74,5 +74,5 @@ class DoctrineOrmEntity
74
#[Id]
75
#[Column(type: "integer")]
76
#[GeneratedValue]
77
- private int $id;
+ public int $id;
78
}
0 commit comments