mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
Make PHP-CS happy
This commit is contained in:
parent
5c57d8de20
commit
903ecc2a76
3 changed files with 6 additions and 6 deletions
|
@ -35,7 +35,7 @@ use Friendica\Core\Hooks\Util\HookFileManager;
|
||||||
*/
|
*/
|
||||||
class DiceInstanceManager implements ICanCreateInstances, ICanRegisterInstances
|
class DiceInstanceManager implements ICanCreateInstances, ICanRegisterInstances
|
||||||
{
|
{
|
||||||
protected $instance = [];
|
protected $instance = [];
|
||||||
|
|
||||||
/** @var Dice */
|
/** @var Dice */
|
||||||
protected $dice;
|
protected $dice;
|
||||||
|
|
|
@ -72,7 +72,7 @@ EOF;
|
||||||
public function dataHooks(): array
|
public function dataHooks(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'normal' => [
|
'normal' => [
|
||||||
'structure' => $this->structure,
|
'structure' => $this->structure,
|
||||||
'enabled' => $this->addons,
|
'enabled' => $this->addons,
|
||||||
'files' => [
|
'files' => [
|
||||||
|
@ -86,7 +86,7 @@ EOF;
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'double' => [
|
'double' => [
|
||||||
'structure' => $this->structure,
|
'structure' => $this->structure,
|
||||||
'enabled' => $this->addons,
|
'enabled' => $this->addons,
|
||||||
'files' => [
|
'files' => [
|
||||||
|
@ -101,7 +101,7 @@ EOF;
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'wrongName' => [
|
'wrongName' => [
|
||||||
'structure' => $this->structure,
|
'structure' => $this->structure,
|
||||||
'enabled' => $this->addons,
|
'enabled' => $this->addons,
|
||||||
'files' => [
|
'files' => [
|
||||||
|
|
|
@ -62,7 +62,7 @@ return [
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
EOF,
|
EOF,
|
||||||
'addonsArray' => [],
|
'addonsArray' => [],
|
||||||
'assertStrategies' => [
|
'assertStrategies' => [
|
||||||
[LoggerInterface::class, NullLogger::class, ''],
|
[LoggerInterface::class, NullLogger::class, ''],
|
||||||
],
|
],
|
||||||
|
@ -85,7 +85,7 @@ return [
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
EOF,
|
EOF,
|
||||||
'addonsArray' => [],
|
'addonsArray' => [],
|
||||||
'assertStrategies' => [
|
'assertStrategies' => [
|
||||||
[LoggerInterface::class, NullLogger::class, ''],
|
[LoggerInterface::class, NullLogger::class, ''],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue