Skip to content

Commit

Permalink
Merge branch 'annotatefix'
Browse files Browse the repository at this point in the history
Closes #103
  • Loading branch information
akrabat committed Apr 6, 2019
2 parents 206ed5f + c1db60e commit 06ef39b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Twig.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ public function addExtension(\Twig\Extension\ExtensionInterface $extension)
* @param string $template Template pathname relative to templates directory
* @param array $data Associative array of template variables
*
* @throws \Twig\Error\LoaderError When the template cannot be found
* @throws \Twig_Error\SyntaxError When an error occurred during compilation
* @throws \Twig_Error\RuntimeError When an error occurred during rendering
*
* @return string
*/
public function fetch($template, $data = [])
Expand Down

0 comments on commit 06ef39b

Please sign in to comment.