Updates some documentation in the Game object.

This commit is contained in:
Vassyli
2021-01-13 19:44:09 +01:00
committed by Basilius Sauter
parent 0a2313b5e5
commit 512d875609
+2 -1
View File
@@ -223,8 +223,8 @@ class Game
/**
* Return the viewpoint for the current user.
* @throws InvalidConfigurationException
* @return Viewpoint
* @throws InvalidConfigurationException|CharacterNotFoundException
*/
public function getViewpoint(): Viewpoint
{
@@ -263,6 +263,7 @@ class Game
* by the hook.
* @param Scene $scene
* @param array $parameters
* @throws CharacterNotFoundException
*/
private function navigateToScene(Scene $scene, array $parameters)
{