Skip to content

Commit

Permalink
Fix php docblock
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Apr 18, 2017
1 parent af6e48b commit 27c6d09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Service/AccountService.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class AccountService {

/**
* @param MailAccountMapper $mapper
* @param IL10N $l10n
*/
public function __construct(MailAccountMapper $mapper, IL10N $l10n) {
$this->mapper = $mapper;
Expand Down

0 comments on commit 27c6d09

Please sign in to comment.