Modified PHP-doc var types in Router.

This commit is contained in:
Alexander Demidov
2012-05-25 19:22:14 +04:00
parent 119bba5e23
commit f207e80409

View File

@ -57,7 +57,7 @@ class Router
} }
/** /**
* @param null $name * @param null|string $name
* @return Route * @return Route
* @throws ErrorException * @throws ErrorException
*/ */