]> git.mxchange.org Git - friendica.git/commitdiff
Some more cidong style
authorMichael <heluecht@pirati.ca>
Sun, 16 Jan 2022 09:07:39 +0000 (09:07 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 16 Jan 2022 09:07:39 +0000 (09:07 +0000)
src/Module/Api/Twitter/Lists/Create.php
src/Module/Api/Twitter/Lists/Destroy.php
src/Module/Api/Twitter/Lists/Ownership.php
src/Module/Api/Twitter/Lists/Statuses.php
src/Module/Api/Twitter/Lists/Update.php
view/lang/C/messages.po

index cbe150385520a5207244db022aa2612a77191dc4..799f01a4c7f8d19c34a9fd66d42cfde9c8c913b0 100644 (file)
@@ -50,7 +50,7 @@ class Create extends BaseApi
        {
                parent::__construct($app, $l10n, $baseUrl, $args, $logger, $profiler, $response, $server, $parameters);
 
-               $this->dba = $dba;
+               $this->dba            = $dba;
                $this->friendicaGroup = $friendicaGroup;
        }
 
index c0377e135b083fac811d292dd16aa2017027708d..2bb9642df0390b167466313e6b010846e9ea4b3d 100644 (file)
@@ -50,7 +50,7 @@ class Destroy extends BaseApi
        {
                parent::__construct($app, $l10n, $baseUrl, $args, $logger, $profiler, $response, $server, $parameters);
 
-               $this->dba = $dba;
+               $this->dba            = $dba;
                $this->friendicaGroup = $friendicaGroup;
        }
 
index e94a07823195360ef12f0e84399735bc3e0746a5..e5aca1ad5ce1a5e3ebf7dcb11a2d06c9e2d7c16b 100644 (file)
@@ -48,7 +48,7 @@ class Ownership extends BaseApi
        {
                parent::__construct($app, $l10n, $baseUrl, $args, $logger, $profiler, $response, $server, $parameters);
 
-               $this->dba = $dba;
+               $this->dba            = $dba;
                $this->friendicaGroup = $friendicaGroup;
        }
        protected function rawContent(array $request = [])
index 5da93740a0a5b3ee080c9a6d6013cd253e0d5766..68afa411e43e50b9b67c8fcbe1129e8381fbfbe2 100644 (file)
@@ -51,7 +51,7 @@ class Statuses extends BaseApi
        {
                parent::__construct($app, $l10n, $baseUrl, $args, $logger, $profiler, $response, $server, $parameters);
 
-               $this->dba = $dba;
+               $this->dba           = $dba;
                $this->twitterStatus = $twitterStatus;
        }
 
index ba3886aaaf1778b885fd6c8fa9dc84db2991818f..34a0b658fff50b43cf669598fd3e3224097af765 100644 (file)
@@ -50,7 +50,7 @@ class Update extends BaseApi
        {
                parent::__construct($app, $l10n, $baseUrl, $args, $logger, $profiler, $response, $server, $parameters);
 
-               $this->dba = $dba;
+               $this->dba            = $dba;
                $this->friendicaGroup = $friendicaGroup;
        }
 
index 7860e4b4bb3f9b383b8a0ad6be542bf83b05b4c2..92732878085f62b71211e6953b9b76f7160f35ab 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 2021.12-rc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-01-12 21:28+0000\n"
+"POT-Creation-Date: 2022-01-16 08:58+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"