Skip to content

Commit 69ccad1

Browse files
author
marco.bernardi
committed
fix: id type EntityMapping
1 parent 524d10b commit 69ccad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Model/EntityMapping.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class EntityMapping implements ModelInterface, ArrayAccess, \JsonSerializable
5858
* @var string[]
5959
*/
6060
protected static $openAPITypes = [
61-
'id' => 'string|null'
61+
'id' => 'string'
6262
];
6363

6464
/**

0 commit comments

Comments
 (0)