Skip to content

Commit 8d18a33

Browse files
authored
Merge pull request #2827 from greg0ire/patch-1
use intended semantics
2 parents 835423b + 240101f commit 8d18a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Doctrine/DBAL/Types/Type.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ public function getMappedDatabaseTypes(AbstractPlatform $platform)
338338

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

0 commit comments

Comments
 (0)