bramus / router

A lightweight and simple object oriented PHP Router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

$match arrgument not being used anywhere

mike-2013 opened this issue · comments

public function trigger404($match = null)

same function variable $param is not being used:

$params = array_map(function ($match, $index) use ($matches)