Skip to content

Commit

Permalink
docs: fix typos in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Aug 10, 2023
1 parent fbb9c4d commit ae64b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -774,11 +774,11 @@ public function update($id = null, $data = null): bool
}

/**
* Takes a class an returns an array of it's public and protected
* Takes a class and returns an array of its public and protected
* properties as an array with raw values.
*
* @param object|string $data
* @param bool $recursive If true, inner entities will be casted as array as well
* @param bool $recursive If true, inner entities will be cast as array as well
*
* @return array|null Array
*
Expand Down

0 comments on commit ae64b36

Please sign in to comment.