Skip to content

Commit

Permalink
docs: add @Used-By
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Nov 29, 2023
1 parent 708112b commit 69606e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions system/BaseModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -1793,6 +1793,9 @@ protected function objectToRawArray($object, bool $onlyChanged = true, bool $rec
* @throws DataException
* @throws InvalidArgumentException
* @throws ReflectionException
*
* @used-by insert()
* @used-by update()
*/
protected function transformDataToArray($row, string $type): array
{
Expand Down

0 comments on commit 69606e2

Please sign in to comment.