Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
26 | public function factFinderAdminPanelAction(Request $request) |
||
|
|||
27 | { |
||
28 | $factFinderProductionConfiguration = $this->getFactory()->getConfig()->getFactFinderProductionConfiguration(); |
||
29 | |||
30 | return $this->redirectResponse( |
||
31 | $factFinderProductionConfiguration[FactFinderSdkConstants::ADMIN_PANEL_URL] |
||
32 | ); |
||
35 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.