Test Failed
Branch master (a398fe)
by Justin
06:45
created
src/Renderer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
     /**
81 81
      * Add a single directory to the template engine.
82 82
      *
83
-     * @param  string $directories directory of templates
83
+     * @param  string $directory directory of templates
84 84
      * @return $this
85 85
      */
86 86
     public function registerTheme($theme, $directory)
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
     /**
97 97
      * Returns the template rendering engine.
98 98
      *
99
-     * @return League\Plates\Engine
99
+     * @return Engine
100 100
      */
101 101
     public function getEngine()
102 102
     {
Please login to merge, or discard this patch.