Total Complexity | 5 |
Total Lines | 61 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
5 | class Configuration extends \Magento\Config\Block\System\Config\Edit |
||
|
|||
6 | { |
||
7 | |||
8 | /** |
||
9 | * @var mixed |
||
10 | */ |
||
11 | public $originalParams; |
||
12 | |||
13 | /** |
||
14 | * Configuration constructor. |
||
15 | * |
||
16 | * @param \Magento\Backend\Block\Template\Context $context |
||
17 | * @param \Magento\Config\Model\Config\Structure $configStructure |
||
18 | * @param array $data |
||
19 | */ |
||
20 | public function __construct( |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * @return $this |
||
34 | */ |
||
35 | public function _prepareLayout() |
||
41 | } |
||
42 | |||
43 | /** |
||
44 | * |
||
45 | */ |
||
46 | public function _prepareRequestParams() |
||
50 | } |
||
51 | |||
52 | /** |
||
53 | * |
||
54 | */ |
||
55 | public function _resetRequestParams() |
||
56 | { |
||
57 | $this->getRequest()->setParam('section', $this->originalParams); |
||
58 | } |
||
59 | |||
60 | /** |
||
61 | * @return string |
||
62 | */ |
||
63 | public function getSaveUrl() |
||
66 | } |
||
67 | } |
||
68 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths