Make PHP-CS happy

pull/13246/head
Philipp 2023-07-17 00:15:16 +02:00
rodzic 5c57d8de20
commit 903ecc2a76
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 24A7501396EB5432
3 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -35,7 +35,7 @@ use Friendica\Core\Hooks\Util\HookFileManager;
*/
class DiceInstanceManager implements ICanCreateInstances, ICanRegisterInstances
{
protected $instance = [];
protected $instance = [];
/** @var Dice */
protected $dice;

Wyświetl plik

@ -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' => [

Wyświetl plik

@ -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, ''],
],