Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / validator / Mapping / Loader / StaticMethodLoader.php
index 4ff22573acc3714daca1db351ccdfa000d57543d..95fc578eb4b5c5a76d8bf795e7c8041d581ebe29 100644 (file)
@@ -21,11 +21,6 @@ use Symfony\Component\Validator\Mapping\ClassMetadata;
  */
 class StaticMethodLoader implements LoaderInterface
 {
-    /**
-     * The name of the method to call.
-     *
-     * @var string
-     */
     protected $methodName;
 
     /**