Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-foundation / File / Exception / AccessDeniedException.php
index 41f7a462506b76b9bd9977504fe2cae0062709a6..3b8e41d4a2cf99f40a99fed96a4fa660f8213885 100644 (file)
@@ -19,8 +19,6 @@ namespace Symfony\Component\HttpFoundation\File\Exception;
 class AccessDeniedException extends FileException
 {
     /**
-     * Constructor.
-     *
      * @param string $path The path to the accessed file
      */
     public function __construct($path)