@@ -57,8 +57,7 @@ discard block |
||
| 57 | 57 | /** |
| 58 | 58 | * Get a URL for xhgui. |
| 59 | 59 | * |
| 60 | - * @param string $path The file/path you want a link to |
|
| 61 | - * @param array $queryarg Additional querystring arguments. |
|
| 60 | + * @param array $queryargs Additional querystring arguments. |
|
| 62 | 61 | * @return string url. |
| 63 | 62 | */ |
| 64 | 63 | public function url($name, $queryargs = array()) |
@@ -73,7 +72,6 @@ discard block |
||
| 73 | 72 | /** |
| 74 | 73 | * Get the URL for static content relative to webroot |
| 75 | 74 | * |
| 76 | - * @param string $path The file/path you want a link to |
|
| 77 | 75 | * @return string url. |
| 78 | 76 | */ |
| 79 | 77 | public function staticUrl($url) |