Total Complexity | 1 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
19 | class SupportingDocumentGateway extends AbstractGateway |
||
20 | { |
||
21 | /** |
||
22 | * @author EB |
||
23 | * @param string $token |
||
24 | * @param string $installation |
||
25 | * @param string $application |
||
26 | * @param string $category |
||
27 | * @param string $filename |
||
28 | * @param string $path |
||
29 | * @return array |
||
30 | */ |
||
31 | 1 | public function addDocument($token, $installation, $application, $category, $filename, $path) |
|
45 |