Total Complexity | 3 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class NfoProcessor |
||
10 | { |
||
11 | private Nfo $nfo; |
||
12 | |||
13 | public function __construct(Nfo $nfo, bool $echooutput) |
||
16 | // echooutput kept for signature parity |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * Process NFO files if enabled by settings. |
||
21 | */ |
||
22 | public function process(NNTP $nntp, string $groupID = '', string $guidChar = ''): void |
||
35 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.