Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix code styles
Signed-off-by: Hamid Dehnavi <[email protected]>
  • Loading branch information
shdehnavi committed Jul 7, 2023
commit c3dfeeae9664f43fa754cfedb525be5fac68f39c
1 change: 0 additions & 1 deletion lib/public/AppFramework/Db/QBMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ protected function getParameterTypeForProperty(Entity $entity, string $property)
'json' => IQueryBuilder::PARAM_JSON,
default => IQueryBuilder::PARAM_STR,
};

}

/**
Expand Down