fix phpdoc

This commit is contained in:
Yuri Kuznetsov
2022-12-04 14:11:01 +02:00
parent a5dc3aae70
commit f35df154ae
@@ -578,7 +578,7 @@ class RDBRelation
/**
* Get a relationship column value. For many-to-many relationships.
*
* @return mixed
* @return string|int|float|bool|null
*/
public function getColumn(Entity $entity, string $column)
{