Updated Symfony HttpFoundation to 2.1.6.
This commit is contained in:
@@ -23,11 +23,11 @@ interface RequestMatcherInterface
|
||||
/**
|
||||
* Decides whether the rule(s) implemented by the strategy matches the supplied request.
|
||||
*
|
||||
* @param Request $request The request to check for a match
|
||||
* @param Request $request The request to check for a match
|
||||
*
|
||||
* @return Boolean true if the request matches, false otherwise
|
||||
*
|
||||
* @api
|
||||
*/
|
||||
function matches(Request $request);
|
||||
public function matches(Request $request);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user