Browse Source

Merge remote branch 'jdhoek/patch-3'

* jdhoek/patch-3:
  Add {} around @inheritDoc.
Fabien Potencier 14 years ago
parent
commit
465be3d94c
1 changed files with 1 additions and 1 deletions
  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)
     {