Conditions | 1 |
Paths | 1 |
Total Lines | 22 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
38 | 1 | public function getCapabilities(): array { |
|
39 | return [ |
||
40 | 1 | 'notifications' => [ |
|
41 | 'ocs-endpoints' => [ |
||
42 | 'list', |
||
43 | 'get', |
||
44 | 'delete', |
||
45 | 'delete-all', |
||
46 | 'icons', |
||
47 | 'rich-strings', |
||
48 | ], |
||
49 | 'push' => [ |
||
50 | 'devices', |
||
51 | 'object-data', |
||
52 | ], |
||
53 | 'admin-notifications' => [ |
||
54 | 'ocs', |
||
55 | 'cli', |
||
56 | ], |
||
57 | ], |
||
58 | ]; |
||
59 | } |
||
60 | } |
||
61 |