浏览代码

Merge remote branch 'jdhoek/patch-2'

* jdhoek/patch-2:
  Add {} around @inheritDoc
Fabien Potencier 14 年之前
父节点
当前提交
d2570b18f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Component/Validator/Constraints/IpValidator.php

+ 1 - 1
src/Symfony/Component/Validator/Constraints/IpValidator.php

@@ -24,7 +24,7 @@ use Symfony\Component\Validator\Exception\UnexpectedTypeException;
 class IpValidator extends ConstraintValidator
 class IpValidator extends ConstraintValidator
 {
 {
     /**
     /**
-     * @inheritDoc
+     * {@inheritDoc}
      */
      */
     public function isValid($value, Constraint $constraint)
     public function isValid($value, Constraint $constraint)
     {
     {