Преглед изворни кода

Merge remote branch 'jdhoek/patch-2'

* jdhoek/patch-2:
  Add {} around @inheritDoc
Fabien Potencier пре 14 година
родитељ
комит
d2570b18f8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Symfony/Component/Validator/Constraints/IpValidator.php

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

@@ -24,7 +24,7 @@ use Symfony\Component\Validator\Exception\UnexpectedTypeException;
 class IpValidator extends ConstraintValidator
 {
     /**
-     * @inheritDoc
+     * {@inheritDoc}
      */
     public function isValid($value, Constraint $constraint)
     {