mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-14 19:03:51 +09:00
Updates to vendors etc
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Symfony\Component\Routing\Exception;
|
||||
*/
|
||||
class MethodNotAllowedException extends \RuntimeException implements ExceptionInterface
|
||||
{
|
||||
protected $allowedMethods = [];
|
||||
protected array $allowedMethods = [];
|
||||
|
||||
/**
|
||||
* @param string[] $allowedMethods
|
||||
|
||||
Reference in New Issue
Block a user