Skip to content

Commit 0530248

Browse files
authored
Update test using deprecated field type 'integer' (#2811)
1 parent afb565e commit 0530248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Documents/GH2310Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ public function __construct(?string $id, ?GH2310Embedded $embedded)
2525
#[ODM\EmbeddedDocument]
2626
class GH2310Embedded
2727
{
28-
#[ODM\Field(type: 'integer')]
28+
#[ODM\Field(type: 'int')]
2929
public int $value;
3030
}

0 commit comments

Comments
 (0)