qqq
This commit is contained in:
+2
-13
@@ -35,20 +35,9 @@ class RouterCollector implements \ArrayAccess, \IteratorAggregate
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var array<string, array<string, HashMap>>
|
* @var array<string, Handler>
|
||||||
*/
|
*/
|
||||||
private HashMap $methods;
|
private array $methods = [];
|
||||||
|
|
||||||
protected HashMap $default;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
*/
|
|
||||||
public function __construct()
|
|
||||||
{
|
|
||||||
$this->methods = new HashMap();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return void
|
* @return void
|
||||||
|
|||||||
Reference in New Issue
Block a user