Commit c86b6f59 authored by Dave Marshall's avatar Dave Marshall

Fix docblock type

parent a7768253
...@@ -413,7 +413,7 @@ class Application extends \Pimple implements HttpKernelInterface, TerminableInte ...@@ -413,7 +413,7 @@ class Application extends \Pimple implements HttpKernelInterface, TerminableInte
* an instance of Response. When this occurs, all suitable handlers will be * an instance of Response. When this occurs, all suitable handlers will be
* called, until one returns a Response object. * called, until one returns a Response object.
* *
* @param mixed $callback View handler callback * @param callable $callback View handler callback
* @param integer $priority The higher this value, the earlier an event * @param integer $priority The higher this value, the earlier an event
* listener will be triggered in the chain (defaults to 0) * listener will be triggered in the chain (defaults to 0)
*/ */
......
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