diff --git a/src/ActiveRecordInterface.php b/src/ActiveRecordInterface.php index 5bf99e372..68ececc9f 100644 --- a/src/ActiveRecordInterface.php +++ b/src/ActiveRecordInterface.php @@ -11,7 +11,6 @@ use Yiisoft\Db\Exception\InvalidConfigException; use Yiisoft\Db\Exception\NotSupportedException; use Yiisoft\Db\Exception\StaleObjectException; -use Yiisoft\Db\Constant\ColumnType; interface ActiveRecordInterface { @@ -26,8 +25,6 @@ public function properties(): array; /** * Returns the abstract type of the property. - * - * @psalm-return ColumnType::* */ public function columnType(string $propertyName): string;