Skip to content

Commit 9ba83d1

Browse files
author
Dale Sikkema
committed
MAGETWO-34787: Process pull request
1 parent 77e8a3f commit 9ba83d1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

app/code/Magento/Tax/Controller/Adminhtml/Tax/IgnoreTaxNotification.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
use Magento\Framework\App\Config\ScopeConfigInterface;
1010
use Magento\Framework\Controller\ResultFactory;
1111

12-
1312
class IgnoreTaxNotification extends \Magento\Tax\Controller\Adminhtml\Tax
1413
{
1514
/**

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,4 @@
252252
<argument name="subject" xsi:type="object">uiComponentAggregatedSourceOverrideThemeFiltered</argument>
253253
</arguments>
254254
</virtualType>
255-
<type name="Magento\Ui\DataProvider\Manager">
256-
<arguments>
257-
<argument name="config" xsi:type="object">Magento\Ui\DataProvider\Config\Data\Proxy</argument>
258-
</arguments>
259-
</type>
260255
</config>

lib/internal/Magento/Framework/Data/Collection/Filesystem.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ protected function _collectRecursive($dir)
284284
* @param bool $printQuery
285285
* @param bool $logQuery
286286
* @return $this
287+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
287288
* @throws \Exception
288289
*/
289290
public function loadData($printQuery = false, $logQuery = false)

lib/internal/Magento/Framework/ObjectManager/Test/Unit/_files/logger_classes.php

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

7+
//@codingStandardsIgnoreStart
78
namespace Magento\Test\Di {
9+
810
/**
911
* Test classes used for \Magento\Framework\ObjectManager\Test\Unit\Profiler\FactoryDecoratorTest
1012
*/
@@ -13,9 +15,12 @@ class WrappedClass
1315

1416
}
1517
}
18+
1619
namespace Magento\Test\Di\WrappedClass {
20+
1721
class Logger
1822
{
1923

2024
}
2125
}
26+
//@codingStandardsIgnoreEnd

0 commit comments

Comments
 (0)