1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Merge pull request #1404 from stephan281094/typo

Fix PHPDoc typo
This commit is contained in:
Marco Pivetta 2015-05-07 13:36:20 +01:00
commit 900b55d16a

View File

@ -664,7 +664,7 @@ class Configuration extends \Doctrine\DBAL\Configuration
* *
* @param string $name The name of the filter. * @param string $name The name of the filter.
* *
* @return string The class name of the filter, or null of it is not * @return string The class name of the filter, or null if it is not
* defined. * defined.
*/ */
public function getFilterClassName($name) public function getFilterClassName($name)