mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Make PHP-CS happy
This commit is contained in:
parent
5c57d8de20
commit
903ecc2a76
3 changed files with 6 additions and 6 deletions
|
@ -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' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue