| 1 | <?php |
||
| 13 | class UseStatements extends ArrayObject { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @param UseStatement $useStatement |
||
| 17 | * @return UseStatements |
||
| 18 | */ |
||
| 19 | 1 | public function add(UseStatement $useStatement): UseStatements { |
|
| 24 | |||
| 25 | /** |
||
| 26 | * @param string $class |
||
| 27 | * @return string|null |
||
| 28 | */ |
||
| 29 | public function getFullClassName(string $class): ?string { |
||
| 32 | |||
| 33 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.