fix a few docstrings and formattings
This commit is contained in:
parent
f70587db46
commit
4aa2a379b0
2 changed files with 6 additions and 2 deletions
|
@ -174,7 +174,11 @@
|
|||
}
|
||||
|
||||
// Check Achievements
|
||||
$achievements = $this->Achievement->checkAchievements(self::$seminary['id'], self::$character['id'], $checkConditions);
|
||||
$achievements = $this->Achievement->checkAchievements(
|
||||
self::$seminary['id'],
|
||||
self::$character['id'],
|
||||
$checkConditions
|
||||
);
|
||||
|
||||
// Add notifications
|
||||
foreach($achievements as &$achievement)
|
||||
|
|
|
@ -129,7 +129,7 @@
|
|||
/**
|
||||
* Action: charactergroupsachievements
|
||||
*
|
||||
* Display a QR-code for a Character groups Achievement
|
||||
* Display a QR-code for a Character groups Achievement.
|
||||
*
|
||||
* @throws \nre\exceptions\IdNotFoundException
|
||||
* @param string $seminaryUrl URL-Title of a Seminary
|
||||
|
|
Loading…
Reference in a new issue