Skip to content

Commit 06ef39b

Browse files
committed
Merge branch 'annotatefix'
Closes #103
2 parents 206ed5f + c1db60e commit 06ef39b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Twig.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ public function addExtension(\Twig\Extension\ExtensionInterface $extension)
7979
* @param string $template Template pathname relative to templates directory
8080
* @param array $data Associative array of template variables
8181
*
82+
* @throws \Twig\Error\LoaderError When the template cannot be found
83+
* @throws \Twig_Error\SyntaxError When an error occurred during compilation
84+
* @throws \Twig_Error\RuntimeError When an error occurred during rendering
85+
*
8286
* @return string
8387
*/
8488
public function fetch($template, $data = [])

0 commit comments

Comments
 (0)