Completed
Pull Request — master (#1059)
by Rafał
09:17
created
src/SWP/Bundle/CoreBundle/MessageHandler/Message/ContentPushMessage.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,8 +43,8 @@
 block discarded – undo
43 43
     public function toArray(): array
44 44
     {
45 45
         return [
46
-          'tenant' => $this->tenantId,
47
-          'content' => $this->content,
46
+            'tenant' => $this->tenantId,
47
+            'content' => $this->content,
48 48
         ];
49 49
     }
50 50
 }
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Migrations/2020/03/Version20200303134042.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,6 +23,6 @@
 block discarded – undo
23 23
         // this down() migration is auto-generated, please modify it to your needs
24 24
         $this->abortIf($this->connection->getDatabasePlatform()->getName() !== 'postgresql', 'Migration can only be executed safely on \'postgresql\'.');
25 25
 
26
-       $this->addSql('ALTER TABLE swp_article_media DROP media_type');
26
+        $this->addSql('ALTER TABLE swp_article_media DROP media_type');
27 27
     }
28 28
 }
Please login to merge, or discard this patch.