Small changed to documentation.

This commit is contained in:
Basilius Sauter
2019-03-21 16:32:31 +01:00
parent 8f69527764
commit 8d9a186b46
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -70,7 +70,7 @@ class ActionGroup implements \Countable
/**
* Returns the ordered array of actions.
* @return array<Action>
* @return Action[]
*/
public function getActions(): array
{
@@ -79,7 +79,7 @@ class ActionGroup implements \Countable
/**
* Sets the ordered array of actions.
* @param array<Action> $actions
* @param Action[] $actions
*/
public function setActions(array $actions)
{
+2 -2
View File
@@ -171,7 +171,7 @@ class Viewpoint implements CreateableInterface
/**
* Returns all action groups.
* @return array
* @return ActionGroup[]
*/
public function getActionGroups(): array
{
@@ -180,7 +180,7 @@ class Viewpoint implements CreateableInterface
/**
* Sets action groups.
* @param array $actionGroups
* @param ActionGroup[] $actionGroups
*/
public function setActionGroups(array $actionGroups)
{