We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 206ed5f + c1db60e commit 06ef39bCopy full SHA for 06ef39b
1 file changed
src/Twig.php
@@ -79,6 +79,10 @@ public function addExtension(\Twig\Extension\ExtensionInterface $extension)
79
* @param string $template Template pathname relative to templates directory
80
* @param array $data Associative array of template variables
81
*
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
+ *
86
* @return string
87
*/
88
public function fetch($template, $data = [])
0 commit comments