From 11cf5e709c91da9834fbd0ef74bf1d3af4bc0df6 Mon Sep 17 00:00:00 2001
From: Hanne Moa <hanne.moa@uninett.no>
Date: Tue, 1 Mar 2016 12:57:51 +0100
Subject: [PATCH] Docs

---
 lib/SimpleSAML/XHTML/Template.php | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/lib/SimpleSAML/XHTML/Template.php b/lib/SimpleSAML/XHTML/Template.php
index 7150e7f96..31db07293 100644
--- a/lib/SimpleSAML/XHTML/Template.php
+++ b/lib/SimpleSAML/XHTML/Template.php
@@ -137,6 +137,11 @@ class SimpleSAML_XHTML_Template
         return new \Twig_Environment($loader, array('cache' => $cache, 'auto_reload' => $auto_reload));
     }
 
+    /*
+     * Add overriding templates in configured theme
+     *
+     * @return array an array of module => templatedir lookups
+     */
     private function findThemeTemplateDirs()
     {
         // parse config to find theme and module theme is in, if any
@@ -176,7 +181,7 @@ class SimpleSAML_XHTML_Template
     /*
      * Which enabled modules have templates?
      *
-     * @return an array of module => templatedir lookups
+     * @return array an array of module => templatedir lookups
      */
     private function findModuleTemplateDirs()
     {
-- 
GitLab