Completed
Push — master ( a66667...64ed1a )
by Justin
02:20
created
src/Renderer.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -83,7 +83,8 @@  discard block
 block discarded – undo
83 83
     /**
84 84
      * Add a single directory to the template engine.
85 85
      *
86
-     * @param  string $directories directory of templates
86
+     * @param  string $directory directory of templates
87
+     * @param string $theme
87 88
      * @return $this
88 89
      */
89 90
     public function registerTheme($theme, $directory)
@@ -99,7 +100,7 @@  discard block
 block discarded – undo
99 100
     /**
100 101
      * Returns the template rendering engine.
101 102
      *
102
-     * @return League\Plates\Engine
103
+     * @return Engine
103 104
      */
104 105
     public function getEngine()
105 106
     {
Please login to merge, or discard this patch.