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
*
* @param WebService $ws
* @return string html
* @return string html
*/
public static function content(WebService $ws)
{

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

Loading…
Cancel
Save