]> git.mxchange.org Git - friendica.git/commitdiff
formating
authornupplaPhil <admin+github@philipp.info>
Tue, 4 Feb 2020 20:33:53 +0000 (21:33 +0100)
committernupplaPhil <admin+github@philipp.info>
Tue, 4 Feb 2020 20:33:53 +0000 (21:33 +0100)
src/Util/EMailer/MailBuilder.php
src/Util/EMailer/SystemMailBuilder.php

index c640c96b94925894c56cf7c260e926e55ae7d64b..c47d22d83f4ef69ab8f8334bbb98e97e5dffdcc4 100644 (file)
@@ -50,7 +50,7 @@ abstract class MailBuilder
                $this->l10n    = $l10n;
                $this->baseUrl = $baseUrl;
                $this->config  = $config;
-               $this->logger = $logger;
+               $this->logger  = $logger;
 
                $hostname = $baseUrl->getHostname();
                if (strpos($hostname, ':')) {
@@ -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
         *
-        * @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
         *
         * @return static
+        * @todo Once the user array is replaced with a user entity, replace this array parameter as well
         */
        public function forUser(array $user)
        {
index 015597fba55f988616a9c8b11df0a94e2728ef64..24c1593c98dfbb43fd7b0195e785371ee32c6c41 100644 (file)
@@ -27,7 +27,7 @@ class SystemMailBuilder extends MailBuilder
        protected $siteAdmin;
 
        public function __construct(L10n $l10n, BaseURL $baseUrl, IConfig $config, LoggerInterface $logger,
-                                   string$siteEmailAddress, string     $siteName)
+                                   string $siteEmailAddress, string $siteName)
        {
                parent::__construct($l10n, $baseUrl, $config, $logger);