Completed
Push — master ( 8fcf72...e57439 )
by Mark
02:57
created
src/Xhgui/Twig/Extension.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -57,8 +57,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.