From f61526d3fffa21a2bbb15cf0b569278e51998604 Mon Sep 17 00:00:00 2001 From: Stephan de Vries Date: Thu, 7 May 2015 14:05:20 +0200 Subject: [PATCH] Fix PHPDoc typo --- lib/Doctrine/ORM/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/Configuration.php b/lib/Doctrine/ORM/Configuration.php index c99c40475..fef4fdc30 100644 --- a/lib/Doctrine/ORM/Configuration.php +++ b/lib/Doctrine/ORM/Configuration.php @@ -664,7 +664,7 @@ class Configuration extends \Doctrine\DBAL\Configuration * * @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. */ public function getFilterClassName($name)