From 240101ffa7e14c95871aa78ca2fa6e362ff90eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= <postmaster@greg0ire.fr> Date: Thu, 31 Aug 2017 17:09:04 +0200 Subject: [PATCH] Use intended semantics I think distinguish was the intended meaning here, not dismantle. --- lib/Doctrine/DBAL/Types/Type.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/DBAL/Types/Type.php b/lib/Doctrine/DBAL/Types/Type.php index 114dea6ba..77938ad4d 100644 --- a/lib/Doctrine/DBAL/Types/Type.php +++ b/lib/Doctrine/DBAL/Types/Type.php @@ -338,7 +338,7 @@ abstract class Type /** * 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. * -- 2.21.0