Skip to content

Commit

Permalink
Fixing codesmell
Browse files Browse the repository at this point in the history
  • Loading branch information
kamshory committed Dec 15, 2024
1 parent c3260f5 commit 92541cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/Database/NativeQueryUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function applyQueryParameters($databaseType, $queryString, $callerParams,
foreach ($callerParamValues as $index => $paramValue) {
if($paramValue instanceof PicoDatabaseQueryTemplate)
{
continue;
// Do nothing
}
else if($paramValue instanceof PicoPageable)
{
Expand Down

0 comments on commit 92541cc

Please sign in to comment.