Skip to content

Commit 6980fad

Browse files
committed
docs: fix typos in comment
1 parent d976219 commit 6980fad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/Model.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -774,11 +774,11 @@ public function update($id = null, $data = null): bool
774774
}
775775

776776
/**
777-
* Takes a class an returns an array of it's public and protected
777+
* Takes a class and returns an array of its public and protected
778778
* properties as an array with raw values.
779779
*
780780
* @param object|string $data
781-
* @param bool $recursive If true, inner entities will be casted as array as well
781+
* @param bool $recursive If true, inner entities will be cast as array as well
782782
*
783783
* @return array|null Array
784784
*

0 commit comments

Comments
 (0)