Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / validator / Mapping / GetterMetadata.php
index cd42c4338cbb56d981062eb6bf82d590682075ec..5a72bd84b744267ede21a2d2ae49cd8714dcf7de 100644 (file)
@@ -33,8 +33,6 @@ use Symfony\Component\Validator\Exception\ValidatorException;
 class GetterMetadata extends MemberMetadata
 {
     /**
-     * Constructor.
-     *
      * @param string      $class    The class the getter is defined on
      * @param string      $property The property which the getter returns
      * @param string|null $method   The method that is called to retrieve the value being validated (null for auto-detection)