Skip to content

Commit 1a7aa28

Browse files
committed
Housekeeping: phpstan
1 parent 230cd34 commit 1a7aa28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Porpaginas/DoctrineORMQueryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ class DoctrineOrmEntity
7474
#[Id]
7575
#[Column(type: "integer")]
7676
#[GeneratedValue]
77-
private int $id;
77+
public int $id;
7878
}

0 commit comments

Comments
 (0)