Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / serializer / Mapping / Loader / FileLoader.php
index 38bb59389a6dd9dea13247ec3d04aa595521df57..d1b0dee93e9c07dd326a41941736921629ba8805 100644 (file)
@@ -20,14 +20,9 @@ use Symfony\Component\Serializer\Exception\MappingException;
  */
 abstract class FileLoader implements LoaderInterface
 {
-    /**
-     * @var string
-     */
     protected $file;
 
     /**
-     * Constructor.
-     *
      * @param string $file The mapping file to load
      *
      * @throws MappingException if the mapping file does not exist or is not readable