Skip to content

Commit

Permalink
Added "false" value to $columnPrefix type declaration. (#9493)
Browse files Browse the repository at this point in the history
  • Loading branch information
gordinskiy authored Feb 9, 2022
1 parent 1c55025 commit 530f515
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 530f515

Please sign in to comment.