Skip to content

Commit

Permalink
Merge pull request #2827 from greg0ire/patch-1
Browse files Browse the repository at this point in the history
use intended semantics
  • Loading branch information
Ocramius authored Aug 31, 2017
2 parents 835423b + 240101f commit 8d18a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Types/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function getMappedDatabaseTypes(AbstractPlatform $platform)

/**
* If this Doctrine Type maps to an already mapped database type,
* reverse schema engineering can't take them apart. You need to mark
* reverse schema engineering can't tell them apart. You need to mark
* one of those types as commented, which will have Doctrine use an SQL
* comment to typehint the actual Doctrine Type.
*
Expand Down

0 comments on commit 8d18a33

Please sign in to comment.