Improve typing

This commit is contained in:
Pierre Rudloff 2022-02-03 20:21:25 +01:00
parent d46563f994
commit b8c88aecf5
6 changed files with 11 additions and 11 deletions

View file

@ -22,7 +22,7 @@ class UglyRouter extends Router
*
* @param ServerRequestInterface $request The current HTTP request object
*
* @return mixed[]
* @return int[]|string[]|array[]
*
* @link https://github.com/nikic/FastRoute/blob/master/src/Dispatcher.php
*/