From c3f758510b995a36ee9d4b83bade3dba265ba9f3 Mon Sep 17 00:00:00 2001
From: Brett Bieber <brett.bieber@gmail.com>
Date: Thu, 6 Sep 2012 15:38:40 -0500
Subject: [PATCH] Add phpdoc comment

---
 src/UNL/Catalog.php | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/UNL/Catalog.php b/src/UNL/Catalog.php
index 0a7cf3d..042998f 100644
--- a/src/UNL/Catalog.php
+++ b/src/UNL/Catalog.php
@@ -387,6 +387,11 @@ class UNL_Catalog
         return $course_data;
     }
 
+    /**
+     * Allow retrieving the course renderer (Savvy) with template paths set
+     *
+     * @return Savvy
+     */
     protected function getCourseRenderer()
     {
         static $savvy = false;
-- 
GitLab