File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Tax/Controller/Adminhtml/Tax
lib/internal/Magento/Framework
ObjectManager/Test/Unit/_files Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
use Magento \Framework \App \Config \ScopeConfigInterface ;
10
10
use Magento \Framework \Controller \ResultFactory ;
11
11
12
-
13
12
class IgnoreTaxNotification extends \Magento \Tax \Controller \Adminhtml \Tax
14
13
{
15
14
/**
Original file line number Diff line number Diff line change 252
252
<argument name =" subject" xsi : type =" object" >uiComponentAggregatedSourceOverrideThemeFiltered</argument >
253
253
</arguments >
254
254
</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 >
260
255
</config >
Original file line number Diff line number Diff line change @@ -284,6 +284,7 @@ protected function _collectRecursive($dir)
284
284
* @param bool $printQuery
285
285
* @param bool $logQuery
286
286
* @return $this
287
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
287
288
* @throws \Exception
288
289
*/
289
290
public function loadData ($ printQuery = false , $ logQuery = false )
Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
+ //@codingStandardsIgnoreStart
7
8
namespace Magento \Test \Di {
9
+
8
10
/**
9
11
* Test classes used for \Magento\Framework\ObjectManager\Test\Unit\Profiler\FactoryDecoratorTest
10
12
*/
@@ -13,9 +15,12 @@ class WrappedClass
13
15
14
16
}
15
17
}
18
+
16
19
namespace Magento \Test \Di \WrappedClass {
20
+
17
21
class Logger
18
22
{
19
23
20
24
}
21
25
}
26
+ //@codingStandardsIgnoreEnd
You can’t perform that action at this time.
0 commit comments