Explorar el Código

Add {} around @inheritDoc.

jdhoek hace 14 años
padre
commit
42d33489c5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
     {