Skip to content

Commit 80166b4

Browse files
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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

psalm-baseline.xml

+6
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,10 @@
88
<file src="src/Models/UserIdentityModel.php">
99
<ReservedWord occurrences="1"/>
1010
</file>
11+
<file src="src/Controllers/MagicLinkController.php">
12+
<ReservedWord occurrences="1"/>
13+
</file>
14+
<file src="src/Models/GroupModel.php">
15+
<ReservedWord occurrences="1"/>
16+
</file>
1117
</files>

0 commit comments

Comments
 (0)