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 1d238ee commit c6e0140Copy full SHA for c6e0140
Mapping/ClassMetadata.php
@@ -39,7 +39,7 @@ class ClassMetadata implements ClassMetadataInterface
39
* class' serialized representation. Do not access it. Use
40
* {@link getClassDiscriminatorMapping()} instead.
41
*/
42
- public ?ClassDiscriminatorMapping $classDiscriminatorMapping;
+ public ?ClassDiscriminatorMapping $classDiscriminatorMapping = null;
43
44
/**
45
* Constructs a metadata for the given class.
0 commit comments