Total Complexity | 3 |
Total Lines | 53 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class TableRequest extends Request |
||
11 | { |
||
12 | 1 | public static function createRecords(string $tableName, array $records): Request |
|
26 | ] |
||
27 | ) |
||
28 | ); |
||
29 | } |
||
30 | |||
31 | 1 | public static function readRecords(string $tableName, string $id): Request |
|
41 | ); |
||
42 | } |
||
43 | |||
44 | 3 | public static function updateRecords(string $tableName, array $records, string $type): Request |
|
68 |