Skip to content

Commit

Permalink
Update fetch() annotation to use namespaced errors
Browse files Browse the repository at this point in the history
  • Loading branch information
akrabat committed Apr 6, 2019
1 parent e8bb6aa commit c1db60e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Twig.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ public function addExtension(\Twig_ExtensionInterface $extension)
* @param string $template Template pathname relative to templates directory
* @param array $data Associative array of template variables
*
* @throws Twig_Error_Loader When the template cannot be found
* @throws Twig_Error_Syntax When an error occurred during compilation
* @throws Twig_Error_Runtime When an error occurred during rendering
* @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
*/
Expand Down

0 comments on commit c1db60e

Please sign in to comment.