From f11123c662d564787b9ee3373adfc2d3e0e2d0c0 Mon Sep 17 00:00:00 2001
From: Nolwennig Guilbert <Nolwennig@users.noreply.github.com>
Date: Tue, 23 Jan 2018 10:33:28 +0100
Subject: [PATCH] alignement array assignement

For Your Eyes Only
---
 app/code/Magento/Store/Setup/InstallSchema.php | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/app/code/Magento/Store/Setup/InstallSchema.php b/app/code/Magento/Store/Setup/InstallSchema.php
index f6cdfb6fcba..4d98cf0fcfe 100644
--- a/app/code/Magento/Store/Setup/InstallSchema.php
+++ b/app/code/Magento/Store/Setup/InstallSchema.php
@@ -270,7 +270,13 @@ class InstallSchema implements InstallSchemaInterface
          */
         $connection->insertForce(
             $installer->getTable('store_group'),
-            ['group_id' => 0, 'website_id' => 0, 'name' => 'Default', 'root_category_id' => 0, 'default_store_id' => 0]
+            [
+                'group_id' => 0, 
+                'website_id' => 0, 
+                'name' => 'Default', 
+                'root_category_id' => 0, 
+                'default_store_id' => 0
+            ]
         );
         $connection->insertForce(
             $installer->getTable('store_group'),
-- 
GitLab