Skip to content

Commit b368610

Browse files
author
Ivan Gavryshko
committed
MAGETWO-37765: Unable to run indexer as part of an install
- fixed code style and integrity issues
1 parent d63b0a9 commit b368610

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

app/code/Magento/Developer/Console/Command/XmlConverterCommand.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ class XmlConverterCommand extends Command
5151
*/
5252
private $xsltProcessorFactory;
5353

54-
/**
55-
* @var \XSLTProcessor
56-
*/
57-
private $xsltProcessor;
58-
5954
/**
6055
* Inject dependencies
6156
*

dev/tests/static/testsuite/Magento/Test/Integrity/Readme/_files/blacklist/ce.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ lib/internal/Magento/Framework/App/Utility
3737
lib/internal/Magento/Framework/Url
3838
lib/internal/Magento/Framework/UrlInterface
3939
lib/internal/Magento/Framework/Xml
40+
lib/internal/Magento/Framework/XSLTProcessor
4041
lib/internal/Magento/Framework

lib/internal/Magento/Framework/XSLTProcessor/Factory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ public function createXSLTProcessor()
1919
{
2020
return new \XSLTProcessor();
2121
}
22-
2322
}

0 commit comments

Comments
 (0)