diff vendor/symfony/validator/Mapping/GetterMetadata.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children
line wrap: on
line diff
--- a/vendor/symfony/validator/Mapping/GetterMetadata.php	Mon Apr 23 09:33:26 2018 +0100
+++ b/vendor/symfony/validator/Mapping/GetterMetadata.php	Mon Apr 23 09:46:53 2018 +0100
@@ -33,8 +33,6 @@
 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)