Browse Source

Modified PHP-doc in Router.

master
Alexander Demidov 13 years ago
parent
commit
119bba5e23
  1. 4
      app/router/Router.php

4
app/router/Router.php

@ -76,7 +76,7 @@ class Router
} }
/** /**
* @param $name
* @param string $name
* @return bool * @return bool
*/ */
public function routeIsExists($name) public function routeIsExists($name)
@ -85,7 +85,7 @@ class Router
} }
/** /**
* @param $name
* @param string $name
* @return Route * @return Route
*/ */
protected function getRouteByName($name) protected function getRouteByName($name)

Loading…
Cancel
Save