@@ -93,7 +93,7 @@ |
||
93 | 93 | |
94 | 94 | /** |
95 | 95 | * \brief Add various commands at once. |
96 | - * @param ...BasicCommand $commands The commands to add. |
|
96 | + * @param BasicCommand[] $commands The commands to add. |
|
97 | 97 | */ |
98 | 98 | public function addCommands(BasicCommand ...$commands) |
99 | 99 | { |