We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc7a02 commit 4b7165eCopy full SHA for 4b7165e
1 file changed
system/Model.php
@@ -774,11 +774,11 @@ public function update($id = null, $data = null): bool
774
}
775
776
/**
777
- * 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
778
* properties as an array with raw values.
779
*
780
* @param object|string $data
781
- * @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
782
783
* @return array|null Array
784
0 commit comments