formating

This commit is contained in:
nupplaPhil 2020-02-04 21:33:53 +01:00
parent 11c831945c
commit 3e898d0415
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
2 changed files with 3 additions and 3 deletions

View file

@ -90,10 +90,10 @@ abstract class MailBuilder
/** /**
* Adds the User ID to the email in case the mail sending needs additional properties of this user * Adds the User ID to the email in case the mail sending needs additional properties of this user
* *
* @todo Once the user array is replaced with a user entity, replace this array parameter as well
* @param array $user The user entity/array, for which the email should be sent * @param array $user The user entity/array, for which the email should be sent
* *
* @return static * @return static
* @todo Once the user array is replaced with a user entity, replace this array parameter as well
*/ */
public function forUser(array $user) public function forUser(array $user)
{ {