Skip to content

Commit 9b74099

Browse files
committed
docs: improve comment
1 parent af0c2f1 commit 9b74099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Entity/Entity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ protected function isMappedDbColumn(string $key): bool
553553
{
554554
$dbColumn = $this->mapProperty($key);
555555

556-
// Property name which has mapped column name
556+
// The $key is a property name which has mapped db column name
557557
if ($key !== $dbColumn) {
558558
return false;
559559
}

0 commit comments

Comments
 (0)