Skip to content

Commit 2bad2ce

Browse files
author
Oleksii Korshenko
committed
MAGETWO-70576: Update registration files formatting #2204
1 parent ca7e230 commit 2bad2ce

File tree

14 files changed

+0
-14
lines changed

14 files changed

+0
-14
lines changed

app/code/Magento/Analytics/registration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
87
use \Magento\Framework\Component\ComponentRegistrar;
98

109
ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Magento_Analytics', __DIR__);

app/code/Magento/CatalogAnalytics/registration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
87
use \Magento\Framework\Component\ComponentRegistrar;
98

109
ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Magento_CatalogAnalytics', __DIR__);

app/code/Magento/CustomerAnalytics/registration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
87
use \Magento\Framework\Component\ComponentRegistrar;
98

109
ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Magento_CustomerAnalytics', __DIR__);

app/code/Magento/QuoteAnalytics/registration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
87
use \Magento\Framework\Component\ComponentRegistrar;
98

109
ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Magento_QuoteAnalytics', __DIR__);

app/code/Magento/ReviewAnalytics/registration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
87
use \Magento\Framework\Component\ComponentRegistrar;
98

109
ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Magento_ReviewAnalytics', __DIR__);

app/code/Magento/Robots/registration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
87
use \Magento\Framework\Component\ComponentRegistrar;
98

109
ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Magento_Robots', __DIR__);

app/code/Magento/SalesAnalytics/registration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
87
use \Magento\Framework\Component\ComponentRegistrar;
98

109
ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Magento_SalesAnalytics', __DIR__);

app/code/Magento/SalesInventory/registration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
87
use \Magento\Framework\Component\ComponentRegistrar;
98

109
ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Magento_SalesInventory', __DIR__);

app/code/Magento/Security/registration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
87
use \Magento\Framework\Component\ComponentRegistrar;
98

109
ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Magento_Security', __DIR__);

app/code/Magento/SwatchesLayeredNavigation/registration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
87
use \Magento\Framework\Component\ComponentRegistrar;
98

109
ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Magento_SwatchesLayeredNavigation', __DIR__);

0 commit comments

Comments
 (0)