From 744624f9bf239a124b945fabf0ef8db1f30df8a2 Mon Sep 17 00:00:00 2001 From: Bryant Luk <bluk@ebay.com> Date: Sat, 14 Mar 2015 17:50:17 -0500 Subject: [PATCH] MAGETWO-34952: Final cleanup to ensure Core module is properly removed - Fix code style --- .../testsuite/Magento/Customer/Model/GroupManagementTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tests/integration/testsuite/Magento/Customer/Model/GroupManagementTest.php b/dev/tests/integration/testsuite/Magento/Customer/Model/GroupManagementTest.php index b0d28164299..59c904036a7 100644 --- a/dev/tests/integration/testsuite/Magento/Customer/Model/GroupManagementTest.php +++ b/dev/tests/integration/testsuite/Magento/Customer/Model/GroupManagementTest.php @@ -45,7 +45,7 @@ class GroupManagementTest extends \PHPUnit_Framework_TestCase * @magentoDataFixture Magento/Store/_files/core_second_third_fixturestore.php */ public function testGetDefaultGroupWithNonDefaultStoreId() - { + { /** @var \Magento\Store\Model\StoreManagerInterface $storeManager */ $storeManager = Bootstrap::getObjectManager()->get('Magento\Store\Model\StoreManagerInterface'); $nonDefaultStore = $storeManager->getStore('secondstore'); -- GitLab