Skip to content

Commit 6de5f90

Browse files
committed
Merge remote-tracking branch 'tango-ce/MAGETWO-52248' into MAGETWO-52779
# Conflicts: # app/etc/di.xml
2 parents f6c326b + b9d5009 commit 6de5f90

File tree

16 files changed

+42
-14
lines changed

16 files changed

+42
-14
lines changed

app/code/Magento/Backend/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
<argument name="storage" xsi:type="object">Magento\Backend\Model\Session\Quote\Storage</argument>
150150
</arguments>
151151
</type>
152-
<type name="Magento\Framework\Console\CommandList">
152+
<type name="Magento\Framework\Console\CommandListInterface">
153153
<arguments>
154154
<argument name="commands" xsi:type="array">
155155
<item name="cacheEnableCommand" xsi:type="object">Magento\Backend\Console\Command\CacheEnableCommand</item>

app/code/Magento/Catalog/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@
499499
</argument>
500500
</arguments>
501501
</type>
502-
<type name="Magento\Framework\Console\CommandList">
502+
<type name="Magento\Framework\Console\CommandListInterface">
503503
<arguments>
504504
<argument name="commands" xsi:type="array">
505505
<item name="imagesResizeCommand" xsi:type="object">Magento\Catalog\Console\Command\ImagesResizeCommand</item>

app/code/Magento/Cron/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<argument name="shell" xsi:type="object">shellBackground</argument>
3030
</arguments>
3131
</type>
32-
<type name="Magento\Framework\Console\CommandList">
32+
<type name="Magento\Framework\Console\CommandListInterface">
3333
<arguments>
3434
<argument name="commands" xsi:type="array">
3535
<item name="cronCommand" xsi:type="object">Magento\Cron\Console\Command\CronCommand</item>

app/code/Magento/Customer/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
<argument name="resourceModel" xsi:type="string">Magento\Customer\Model\ResourceModel\Visitor</argument>
298298
</arguments>
299299
</type>
300-
<type name="Magento\Framework\Console\CommandList">
300+
<type name="Magento\Framework\Console\CommandListInterface">
301301
<arguments>
302302
<argument name="commands" xsi:type="array">
303303
<item name="upgradeHashAlgorithmCommand" xsi:type="object">Magento\Customer\Console\Command\UpgradeHashAlgorithmCommand</item>

app/code/Magento/Deploy/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</argument>
1414
</arguments>
1515
</type>
16-
<type name="Magento\Framework\Console\CommandList">
16+
<type name="Magento\Framework\Console\CommandListInterface">
1717
<arguments>
1818
<argument name="commands" xsi:type="array">
1919
<item name="staticContentDeployCommand" xsi:type="object">Magento\Deploy\Console\Command\DeployStaticContentCommand</item>

app/code/Magento/Developer/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</type>
9393
<!-- End configuration for \Magento\Developer\Console\Command\SourceThemeDeployCommand -->
9494

95-
<type name="Magento\Framework\Console\CommandList">
95+
<type name="Magento\Framework\Console\CommandListInterface">
9696
<arguments>
9797
<argument name="commands" xsi:type="array">
9898
<item name="dev_tests_run" xsi:type="object">Magento\Developer\Console\Command\DevTestsRunCommand</item>

app/code/Magento/Indexer/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
type="Magento\Indexer\Model\Processor\CleanCache" sortOrder="10"/>
4444
</type>
4545

46-
<type name="Magento\Framework\Console\CommandList">
46+
<type name="Magento\Framework\Console\CommandListInterface">
4747
<arguments>
4848
<argument name="commands" xsi:type="array">
4949
<item name="info" xsi:type="object">Magento\Indexer\Console\Command\IndexerInfoCommand</item>

app/code/Magento/SampleData/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
9-
<type name="Magento\Framework\Console\CommandList">
9+
<type name="Magento\Framework\Console\CommandListInterface">
1010
<arguments>
1111
<argument name="commands" xsi:type="array">
1212
<item name="sampleDataDeployCommand" xsi:type="object">Magento\SampleData\Console\Command\SampleDataDeployCommand</item>

app/code/Magento/Theme/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<argument name="design" xsi:type="object">Magento\Theme\Model\Design\Proxy</argument>
9999
</arguments>
100100
</type>
101-
<type name="Magento\Framework\Console\CommandList">
101+
<type name="Magento\Framework\Console\CommandListInterface">
102102
<arguments>
103103
<argument name="commands" xsi:type="array">
104104
<item name="theme_uninstall" xsi:type="object">Magento\Theme\Console\Command\ThemeUninstallCommand</item>

app/code/Magento/Translation/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
</arguments>
8282
</virtualType>
8383

84-
<type name="Magento\Framework\Console\CommandList">
84+
<type name="Magento\Framework\Console\CommandListInterface">
8585
<arguments>
8686
<argument name="commands" xsi:type="array">
8787
<item name="uninstall_language" xsi:type="object">Magento\Translation\Console\Command\UninstallLanguageCommand</item>

0 commit comments

Comments
 (0)