Skip to content

Commit

Permalink
Hint context parameter as mixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Nov 11, 2019
1 parent e13fe67 commit ea80c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundle/Templating/Twig/Extension/QueryRuntime.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct(QueryExecutor $queryExecutor)
}

/**
* @param $context
* @param mixed $context
* @param string $name
*
* @throws \Pagerfanta\Exception\Exception
Expand All @@ -44,7 +44,7 @@ public function executeQuery($context, string $name): Pagerfanta
}

/**
* @param $context
* @param mixed $context
* @param string $name
*
* @throws \Twig\Error\RuntimeError
Expand Down

0 comments on commit ea80c5c

Please sign in to comment.