Commit 958efea5 authored by Taylor Otwell's avatar Taylor Otwell

Fix a docblock in the controller class.

parent 7e33b4f8
......@@ -64,7 +64,7 @@ abstract class Controller {
/**
* Resolve a controller name to a controller instance.
*
* @param Container $container
* @param string $container
* @param string $controller
* @return Controller
*/
......@@ -251,4 +251,4 @@ abstract class Controller {
throw new \OutOfBoundsException("Attempting to access undefined property [$key] on controller.");
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment