@@ -97,7 +97,7 @@ |
||
| 97 | 97 | public function iHaveJoinedTheCommunity(string $name = '') : void |
| 98 | 98 | { |
| 99 | 99 | /** @var Community $community */ |
| 100 | - $community = ($name !== '' ) ? $this->storage->get('community_' . $name) : $this->storage->get('created_community'); |
|
| 100 | + $community = ($name !== '') ? $this->storage->get('community_' . $name) : $this->storage->get('created_community'); |
|
| 101 | 101 | |
| 102 | 102 | /** @var User $logged */ |
| 103 | 103 | $logged = $this->storage->get('logged_user'); |
@@ -59,7 +59,7 @@ |
||
| 59 | 59 | { |
| 60 | 60 | $resolver->setDefaults([ |
| 61 | 61 | 'data_class' => StoreThoughtCommand::class, |
| 62 | - 'empty_data' => function (FormInterface $form) : StoreThoughtCommand { |
|
| 62 | + 'empty_data' => function(FormInterface $form) : StoreThoughtCommand { |
|
| 63 | 63 | return new StoreThoughtCommand( |
| 64 | 64 | $this->uuidGenerator->generate(), |
| 65 | 65 | $this->author->getId(), |