Fixed commands

This commit is contained in:
Graham Campbell
2015-12-06 11:32:30 +00:00
parent f3d2b5ba9c
commit 5fd3abcbd0
7 changed files with 14 additions and 10 deletions
@@ -32,11 +32,11 @@ final class InviteTeamMemberCommand
/**
* Create a new invite team member command instance.
*
* @param array $email
* @param string[] $email
*
* @return void
*/
public function __construct($emails)
public function __construct(array $emails)
{
$this->emails = $emails;
}