Skip to content

Commit

Permalink
Update src/ActiveRecordInterface.php
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Tigrov <[email protected]>
  • Loading branch information
niqingyang and Tigrov authored Dec 10, 2023
1 parent 0af5333 commit baf1889
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ActiveRecordInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit baf1889

Please sign in to comment.