| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 30 | public function getMetaData($key) |
||
|
|
|||
| 31 | { |
||
| 32 | $configData = $this->configurationProvider->getAllConfigurationData(); |
||
| 33 | $searchKeys = ['description', 'priority']; |
||
| 34 | |||
| 35 | $elements = $this->arrayService->findElement($configData, 'seoaspects'); |
||
| 36 | |||
| 37 | return $this->buildData($elements, $searchKeys); |
||
| 38 | } |
||
| 39 | |||
| 74 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.