PHPDoc fixes
This commit is contained in:
@@ -155,6 +155,7 @@ class Filter_Collection {
|
||||
*
|
||||
* @param string|array $filters
|
||||
* @param mixed $parameters
|
||||
* @return void
|
||||
*/
|
||||
public function __construct($filters, $parameters = null)
|
||||
{
|
||||
|
||||
@@ -142,7 +142,7 @@ class Route {
|
||||
*
|
||||
* If the route belongs to a bundle, the bundle's global filters are returned too.
|
||||
*
|
||||
* @param string $filter
|
||||
* @param string $event
|
||||
* @return array
|
||||
*/
|
||||
protected function filters($event)
|
||||
|
||||
@@ -254,8 +254,8 @@ class Router {
|
||||
/**
|
||||
* Locate the URI segment matching a controller name.
|
||||
*
|
||||
* @param string $directory
|
||||
* @param array $segments
|
||||
* @param string $directory
|
||||
* @return int
|
||||
*/
|
||||
protected static function locate($segments, $directory)
|
||||
|
||||
Reference in New Issue
Block a user