Explorar o código

Merge remote branch 'jdhoek/patch-3'

* jdhoek/patch-3:
  Add {} around @inheritDoc.
Fabien Potencier %!s(int64=14) %!d(string=hai) anos
pai
achega
465be3d94c
Modificáronse 1 ficheiros con 1 adicións e 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)
     {