Total Complexity | 1 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
5 | trait Update |
||
6 | { |
||
7 | use Request; |
||
8 | |||
9 | /** |
||
10 | * @param string $id |
||
11 | * @param $params |
||
12 | * @return array|object |
||
13 | * @throws \Digikraaft\Mono\Exceptions\InvalidArgumentException |
||
14 | * @throws \Digikraaft\Mono\Exceptions\IsNullException |
||
15 | */ |
||
16 | public static function update(string $id, $params) |
||
24 |