package and depencies
This commit is contained in:
@@ -31,11 +31,9 @@ interface UrlMatcherInterface extends RequestContextAwareInterface
|
||||
*
|
||||
* @param string $pathinfo The path info to be parsed (raw format, i.e. not urldecoded)
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
* @throws NoConfigurationException If no routing configuration could be found
|
||||
* @throws ResourceNotFoundException If the resource could not be found
|
||||
* @throws MethodNotAllowedException If the resource was found but the request method is not allowed
|
||||
*/
|
||||
public function match(string $pathinfo);
|
||||
public function match(string $pathinfo): array;
|
||||
}
|
||||
|
Reference in New Issue
Block a user