Skip to content

Commit

Permalink
Merge pull request #4827 from derrabus/bugfix/backport-doc-block
Browse files Browse the repository at this point in the history
Backport doc block fix
  • Loading branch information
derrabus authored Sep 28, 2021
2 parents 4990b43 + 198429a commit f69bc16
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 f69bc16

Please sign in to comment.