refactor: remove trailing slashes

This commit is contained in:
Guillermo Pages
2021-08-30 12:56:06 +02:00
parent 81af47f183
commit 145a3e83d4
2 changed files with 2 additions and 2 deletions

View File

@@ -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)
{

View File

@@ -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
*/