Completed
Push — master ( 3791bc...717de2 )
by Chris
03:41
created
src/Darya/View/Resolver.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
 	 * Normalise the given path.
61 61
 	 * 
62 62
 	 * @param string $path
63
-	 * @return path
63
+	 * @return string
64 64
 	 */
65 65
 	public static function normalise($path)
66 66
 	{
@@ -71,7 +71,6 @@  discard block
 block discarded – undo
71 71
 	 * Create a new view resolver.
72 72
 	 * 
73 73
 	 * @param string $engine           View implementor to resolve
74
-	 * @param string|array $path       [optional] Single path or set of paths
75 74
 	 * @param string|array $extensions [optional] Template file extensions
76 75
 	 */
77 76
 	public function __construct($engine, $basePath = null, $extensions = array())
Please login to merge, or discard this patch.