소스 검색

Merge remote branch 'jdhoek/patch-3'

* jdhoek/patch-3:
  Add {} around @inheritDoc.
Fabien Potencier 14 년 전
부모
커밋
465be3d94c
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';
     public $message = 'This is not a valid IP address';
 
 
     /**
     /**
-     * @inheritDoc
+     * {@inheritDoc}
      */
      */
     public function __construct($options = null)
     public function __construct($options = null)
     {
     {