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.
2 parents 4de0a04 + 1966210 commit ad4e3faCopy full SHA for ad4e3fa
lib/Doctrine/ODM/MongoDB/Mapping/ClassMetadataInfo.php
@@ -307,7 +307,7 @@ class ClassMetadataInfo implements \Doctrine\Common\Persistence\Mapping\ClassMet
307
/**
308
* READ-ONLY: The Id generator type used by the class.
309
*
310
- * @var string
+ * @var int
311
*/
312
public $generatorType = self::GENERATOR_TYPE_AUTO;
313
@@ -1943,7 +1943,7 @@ public function hasDiscriminator()
1943
1944
* Sets the type of Id generator to use for the mapped class.
1945
1946
- * @param string $generatorType Generator type.
+ * @param int $generatorType Generator type.
1947
1948
public function setIdGeneratorType($generatorType)
1949
{
0 commit comments