Skip to content

Commit

Permalink
Backport doc block fix
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Morozov <morozov@tut.by>
Signed-off-by: Alexander M. Turek <me@derrabus.de>
  • Loading branch information
derrabus and morozov committed Sep 28, 2021
1 parent 4990b43 commit 198429a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Schema/AbstractAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 198429a

Please sign in to comment.