@@ -60,7 +60,7 @@ discard block |
||
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 |
||
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()) |