1 | <?php |
||
18 | abstract class FormatterBase implements FormatterInterface |
||
19 | { |
||
20 | |||
21 | /** |
||
22 | * Recursively applies the formatting to all VALUES in this multi-dimensional array |
||
23 | * |
||
24 | * @param array $input |
||
25 | * @return array |
||
26 | * @throws InvalidDataTypeException if $input is not an array |
||
27 | */ |
||
28 | public function formatArray($input) |
||
43 | // End of file FormatterBase.php |
||
44 | // Location: core\services\formatters/FormatterBase.php |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.