소스 검색

Add {} around @inheritDoc

jdhoek 14 년 전
부모
커밋
cda87bef23
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)
     {