Commit 80166b4
committed
chore: add baseline
ERROR: ReservedWord - src/Controllers/MagicLinkController.php:155:9 - 'resource' is a reserved word (see https://psalm.dev/095)
$identityModel->delete($identity->id);
ERROR: ReservedWord - src/Models/GroupModel.php:30:17 - 'resource' is a reserved word (see https://psalm.dev/095)
$rows = $this->builder()
->select('group')
->where('user_id', $user->id)
->get()1 parent 688e88d commit 80166b4
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
11 | 17 | | |
0 commit comments