Completed
Push — master ( 0196bf...0df159 )
by Helmut
02:29
created
src/Plugin.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,6 +35,7 @@  discard block
 block discarded – undo
35 35
 	/**
36 36
      * Get autoload path.
37 37
      *
38
+     * @param string $append
38 39
      * @return string
39 40
      */
40 41
 	public function path($append = null) 
@@ -46,7 +47,7 @@  discard block
 block discarded – undo
46 47
 	/**
47 48
      * Get paths to templates.
48 49
      *
49
-     * @return string
50
+     * @return string[]
50 51
      */
51 52
 	public function templatePaths() 
52 53
 	{
Please login to merge, or discard this patch.