| Total Complexity | 3 |
| Total Lines | 48 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 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 | 2 | public static function updateRecords(string $tableName, array $records, string $type): Request |
|
| 63 |