Skip to content

Commit

Permalink
Merge branch '2.11.x' into 2.12.x
Browse files Browse the repository at this point in the history
* 2.11.x:
  Added "false" value to $columnPrefix type declaration. (#9493)
  • Loading branch information
derrabus committed Feb 9, 2022
2 parents 6017280 + 530f515 commit 8cff7dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Doctrine/ORM/Mapping/Builder/ClassMetadataBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ public function setEmbeddable()
/**
* Adds and embedded class
*
* @param string $fieldName
* @param string $class
* @param string|null $columnPrefix
* @param string $fieldName
* @param string $class
* @param string|false|null $columnPrefix
*
* @return $this
*/
Expand Down

0 comments on commit 8cff7dc

Please sign in to comment.