|
@@ -137,7 +137,6 @@ class ProjectUrlMatcher extends Symfony\Tests\Component\Routing\Fixtures\Redirec
|
|
|
return $matches;
|
|
|
}
|
|
|
|
|
|
- throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
|
|
|
}
|
|
|
|
|
|
// ababa
|
|
@@ -151,7 +150,6 @@ class ProjectUrlMatcher extends Symfony\Tests\Component\Routing\Fixtures\Redirec
|
|
|
return $matches;
|
|
|
}
|
|
|
|
|
|
- throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
|
|
|
}
|
|
|
|
|
|
// foo
|