소스 검색

Add {} around @inheritDoc.

jdhoek 14 년 전
부모
커밋
42d33489c5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Component/Validator/Constraints/Ip.php

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

@@ -63,7 +63,7 @@ class Ip extends \Symfony\Component\Validator\Constraint
     public $message = 'This is not a valid IP address';
 
     /**
-     * @inheritDoc
+     * {@inheritDoc}
      */
     public function __construct($options = null)
     {