File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
tests/static/testsuite/Magento/Test/Php/_files/phpcpd/blacklist Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -216,5 +216,5 @@ Magento/Elasticsearch6/Model/Client
216
216
Magento/Config/App/Config/Type
217
217
Magento/InventoryReservationCli/Test/Integration
218
218
Magento/InventoryAdminUi/Controller/Adminhtml
219
- Magento/Newsletter/Model/Queue/TransportBuilder
220
- Magento/Framework/Mail/Template/TransportBuilder
219
+ Magento/Newsletter/Model/Queue
220
+ Magento/Framework/Mail/Template
Original file line number Diff line number Diff line change 234
234
output ('\nUpdating "require-dev" section of composer.json ' );
235
235
runComposer ('require --dev ' .
236
236
'allure-framework/allure-phpunit:~1.2.0 ' .
237
- 'friendsofphp/php-cs-fixer:~2.13 .0 ' .
237
+ 'friendsofphp/php-cs-fixer:~2.14 .0 ' .
238
238
'lusitanian/oauth:~0.8.10 ' .
239
- 'magento/magento-coding-standard:~1 .0.0 ' .
240
- 'magento/magento2-functional-testing-framework:~2.3.14 ' .
239
+ 'magento/magento-coding-standard:~3 .0.0 ' .
240
+ 'magento/magento2-functional-testing-framework:~2.4.3 ' .
241
241
'pdepend/pdepend:2.5.2 ' .
242
+ 'phpmd/phpmd:@stable ' .
242
243
'phpunit/phpunit:~6.5.0 ' .
243
244
'sebastian/phpcpd:~3.0.0 ' .
244
- 'squizlabs/php_codesniffer:3.3.1 ' .
245
+ 'squizlabs/php_codesniffer:3.4.0 ' .
245
246
'--sort-packages --no-update ' );
246
247
output ('' );
247
248
runComposer ('remove --dev sjparkinson/static-review fabpot/php-cs-fixer --no-update ' );
You can’t perform that action at this time.
0 commit comments