Commit 64501dd0 authored by Taylor Otwell's avatar Taylor Otwell

remove unnecessary variable initialization in router method.

parent da016744
......@@ -234,8 +234,6 @@ class Router {
*/
protected function wildcards($key)
{
$count = 0;
// For optional parameters, first translate the wildcards to their
// regex equivalent, sans the ")?" ending. We will add the endings
// back on after we know how many replacements we made.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment