Skip to content
Snippets Groups Projects
Unverified Commit 9db5dfad authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Phpdoc

setupTwigTemplatepaths() cannot return false
parent ee1e8537
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ class SimpleSAML_XHTML_Template
/**
* Set up the places where twig can look for templates.
*
* @return Twig_Loader_Filesystem|false The twig template loader or false if the template does not exist.
* @return Twig_Loader_Filesystem The twig template loader or false if the template does not exist.
* @throws Twig_Error_Loader In case a failure occurs.
*/
private function setupTwigTemplatepaths()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment