Skip to content

Commit

Permalink
fix psalm error
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
  • Loading branch information
Florian Steffens committed Oct 30, 2023
1 parent e434519 commit b269456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/RowService.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function create(

foreach ($data as $entry) {
if (!in_array($entry['columnId'], $columns)) {
throw new InternalError('Column with id '.$entry['columnId'].' is not part of view with id '.$viewId ?? $tableId);
throw new InternalError('Column with id '.$entry['columnId'].' is not part of view with id '.$viewId);
}
}

Expand Down

0 comments on commit b269456

Please sign in to comment.