| 1 | <?php |
||
| 2 | |||
| 3 | namespace Bex\Behat\BehatRSTSpecificationLocatorExtension\ServiceContainer; |
||
| 4 | |||
| 5 | class Config |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * @param string[] $config |
||
| 9 | */ |
||
| 10 | public function __construct(array $config) |
||
|
0 ignored issues
–
show
|
|||
| 11 | { |
||
| 12 | } |
||
| 13 | } |
||
| 14 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.