fix many docstrings and their formatting

This commit is contained in:
oliver 2016-05-28 12:30:53 +02:00
commit 7085de8fe2
36 changed files with 679 additions and 659 deletions

View file

@ -68,7 +68,7 @@
/**
* Get a page by its ID.
*
* @param string $pageid ID of page to get
* @param string $pageId ID of page to get
* @return array Page data
*/
public function getPageById($pageId)
@ -216,10 +216,10 @@
/*
/**
* Mask parameters to be used in an URL.
*
* @param string $param1 First parameter
* @param string $param First parameter
* @return string Masked parameters as string
*/
private static function createLinkParam($param)