bug fixes / dbmapper fixes

This commit is contained in:
Dennis Eichhorn 2021-12-19 20:20:39 +01:00
parent ae138a2912
commit a6988ceb82
4 changed files with 15 additions and 15 deletions

View File

@ -65,7 +65,7 @@ class EditorDoc implements \JsonSerializable, ArrayableInterface
/** /**
* Type. * Type.
* *
* @var null|int|EditorDoc * @var null|int|EditorDocType
* @since 1.0.0 * @since 1.0.0
*/ */
public null | int | EditorDocType $type = null; public null | int | EditorDocType $type = null;