Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / routing / Exception / MethodNotAllowedException.php
index f684c74916c1598848144a392453227f2a9fb1d7..712412fecec589af8d009dd32e88e672dd879bed 100644 (file)
@@ -20,9 +20,6 @@ namespace Symfony\Component\Routing\Exception;
  */
 class MethodNotAllowedException extends \RuntimeException implements ExceptionInterface
 {
-    /**
-     * @var array
-     */
     protected $allowedMethods = array();
 
     public function __construct(array $allowedMethods, $message = null, $code = 0, \Exception $previous = null)