Skip to content

Commit

Permalink
Merge pull request #1404 from stephan281094/typo
Browse files Browse the repository at this point in the history
Fix PHPDoc typo
  • Loading branch information
Ocramius committed May 7, 2015
2 parents 330f88e + f61526d commit 900b55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ public function addFilter($name, $className)
*
* @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)
Expand Down

0 comments on commit 900b55d

Please sign in to comment.