| Total Complexity | 3 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class ConfigSystemConfigSave |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @var \Magento\Store\App\Response\Redirect |
||
| 11 | */ |
||
| 12 | protected $redirect; |
||
| 13 | |||
| 14 | public function __construct(\Magento\Framework\App\Action\Context $context) |
||
| 17 | } |
||
| 18 | |||
| 19 | public function afterExecute(Subject $subject, \Magento\Backend\Model\View\Result\Redirect $resultRedirect) |
||
| 28 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.