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 afb565e commit 0530248Copy full SHA for 0530248
tests/Documents/GH2310Container.php
@@ -25,6 +25,6 @@ public function __construct(?string $id, ?GH2310Embedded $embedded)
25
#[ODM\EmbeddedDocument]
26
class GH2310Embedded
27
{
28
- #[ODM\Field(type: 'integer')]
+ #[ODM\Field(type: 'int')]
29
public int $value;
30
}
0 commit comments