@@ -39,7 +39,6 @@ |
||
39 | 39 | * |
40 | 40 | * @param int $limit How many notifications to return (max 50) |
41 | 41 | * @param int $offset Results offset (results are sorted by ID) |
42 | - * @param int $kind Kind of notifications returned. Default (not set) is all notification types |
|
43 | 42 | */ |
44 | 43 | public function getAll(int $limit = null, int $offset = null/*, int $kind = null */): array |
45 | 44 | { |