소스 검색

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
 {
     /**
-     * @inheritDoc
+     * {@inheritDoc}
      */
     public function isValid($value, Constraint $constraint)
     {