]> git.mxchange.org Git - friendica.git/commitdiff
Make PHP-CS happy
authorPhilipp <admin@philipp.info>
Sun, 16 Jul 2023 22:15:16 +0000 (00:15 +0200)
committerPhilipp <admin@philipp.info>
Sun, 16 Jul 2023 22:15:16 +0000 (00:15 +0200)
src/Core/Hooks/Model/DiceInstanceManager.php
tests/src/Core/Addon/Model/AddonLoaderTest.php
tests/src/Core/Hooks/Util/HookFileManagerTest.php

index 7c35dfe4df2265eddd123e629bc6ad17fc87696b..77b9c4d495f6d8e8b5d21ada70b9f8aa5e6e08b2 100644 (file)
@@ -35,7 +35,7 @@ use Friendica\Core\Hooks\Util\HookFileManager;
  */
 class DiceInstanceManager implements ICanCreateInstances, ICanRegisterInstances
 {
-       protected $instance  = [];
+       protected $instance = [];
 
        /** @var Dice */
        protected $dice;
index be125535f38a5681653e78dbc2294ae3b0a761c2..3e9a325b14f16ead4b49e48ece26c247cb1f3874 100644 (file)
@@ -72,7 +72,7 @@ EOF;
        public function dataHooks(): array
        {
                return [
-                       'normal'       => [
+                       'normal'                  => [
                                'structure' => $this->structure,
                                'enabled'   => $this->addons,
                                'files'     => [
@@ -86,7 +86,7 @@ EOF;
                                        ],
                                ],
                        ],
-                       'double'       => [
+                       'double'                  => [
                                'structure' => $this->structure,
                                'enabled'   => $this->addons,
                                'files'     => [
@@ -101,7 +101,7 @@ EOF;
                                        ],
                                ],
                        ],
-                       'wrongName'    => [
+                       'wrongName'               => [
                                'structure' => $this->structure,
                                'enabled'   => $this->addons,
                                'files'     => [
index 1cc4b5c9006ed1c65efe44e01150ff2935efaf9c..216a9832f11cd2b12b59f7d91286514dc3704d3e 100644 (file)
@@ -62,7 +62,7 @@ return [
        ],
 ];
 EOF,
-                               'addonsArray' => [],
+                               'addonsArray'      => [],
                                'assertStrategies' => [
                                        [LoggerInterface::class, NullLogger::class, ''],
                                ],
@@ -85,7 +85,7 @@ return [
        ],
 ];
 EOF,
-                               'addonsArray' => [],
+                               'addonsArray'      => [],
                                'assertStrategies' => [
                                        [LoggerInterface::class, NullLogger::class, ''],
                                ],