refactor: remove trailing slashes

master
Guillermo Pages 4 years ago
parent 81af47f183
commit 145a3e83d4

@ -72,7 +72,7 @@ class Help
* Get the list of publicly accessible methods as html * Get the list of publicly accessible methods as html
* *
* @param WebService $ws * @param WebService $ws
* @return string html * @return string html
*/ */
public static function content(WebService $ws) public static function content(WebService $ws)
{ {

@ -175,7 +175,7 @@ abstract class WebService
/** /**
* Allow subclasses to filter the output before it is sent * Allow subclasses to filter the output before it is sent
* by overriding this method * by overriding this method
* @param $params * @param $params
* @return array * @return array
*/ */

Loading…
Cancel
Save