refactor: remove trailing slashes
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user