Passed
Push — master ( 5bdcad...49c220 )
by Dejan
02:59
created
src/AppBundle/FeatureContexts/Setup/CommunitiesContext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.
src/Donut/Thoughts/Form/ThoughtType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
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(),
Please login to merge, or discard this patch.