Skip to content

Commit

Permalink
fixed phpdoc param
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleMinotto committed Nov 1, 2015
1 parent 680f191 commit 8c8855e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Twig/ProfilerExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ public function collect(Request $request, Response $response, Exception $excepti
/**
* Store a fetch request.
*
* @param mixed $key
* @param bool $output
* @param mixed $key
* @param string $output
*/
public function addFetchBlock($key, $output)
{
Expand Down

0 comments on commit 8c8855e

Please sign in to comment.