mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
refactor: remove unneeded parentheses
This commit is contained in:
parent
b71c1ef8eb
commit
5f9b0e7703
@ -547,7 +547,7 @@ class Entity implements JsonSerializable
|
||||
$maybeColumnName = $this->mapProperty($key);
|
||||
|
||||
// Property name which has mapped column name
|
||||
if (($key !== $maybeColumnName)) {
|
||||
if ($key !== $maybeColumnName) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user