diff --git a/src/ActiveRecordInterface.php b/src/ActiveRecordInterface.php index 0be43e215..6ec025b45 100644 --- a/src/ActiveRecordInterface.php +++ b/src/ActiveRecordInterface.php @@ -513,5 +513,4 @@ public function populateRecord(array|object $row): void; * * @return array The array representation of the object. */ - public function toArray(array $fields = [], array $expand = [], bool $recursive = true): array; }