Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot authored and liu21st committed Feb 16, 2023
1 parent 2a2a4d0 commit abea788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ protected function parseData(Query $query, array $data = [], array $fields = [],
$result[$item] = match (strtoupper($val[0])) {
'INC' => $item . ' + ' . floatval($val[1]),
'DEC' => $item . ' - ' . floatval($val[1]),
};
};
}
} elseif (is_scalar($val)) {
// 过滤非标量数据
Expand Down

0 comments on commit abea788

Please sign in to comment.