From 198429aaf60fdbf527e39e775d11d61d1da80e91 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Tue, 28 Sep 2021 17:21:58 +0200 Subject: [PATCH] Backport doc block fix Co-authored-by: Sergei Morozov Signed-off-by: Alexander M. Turek --- lib/Doctrine/DBAL/Schema/AbstractAsset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/DBAL/Schema/AbstractAsset.php b/lib/Doctrine/DBAL/Schema/AbstractAsset.php index d4ec2294417..07fef27cd64 100644 --- a/lib/Doctrine/DBAL/Schema/AbstractAsset.php +++ b/lib/Doctrine/DBAL/Schema/AbstractAsset.php @@ -102,7 +102,7 @@ public function getShortestName($defaultNamespaceName) } /** - * The normalized name is full-qualified and lowerspaced. Lowerspacing is + * The normalized name is full-qualified and lower-cased. Lower-casing is * actually wrong, but we have to do it to keep our sanity. If you are * using database objects that only differentiate in the casing (FOO vs * Foo) then you will NOT be able to use Doctrine Schema abstraction.