fix many docstrings and their formatting

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

View file

@ -116,8 +116,8 @@
* Get a Station by its Hash.
*
* @throws \nre\exceptions\IdNotFoundException
* @param string $stationUrl Hash of Station to get
* @return array Station data
* @param string $stationHash Hash of Station to get
* @return array Station data
*/
public function getStationByHash($stationHash)
{
@ -332,7 +332,7 @@
/**
* Check if a Character group has solved a Station.
*
* @param int $questId ID of Quest to check
* @param int $stationId ID of Quest to check
* @param int $groupId ID of Character to check
* @result boolean Whether Character has solved the Quest or not
*/