We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d976219 commit 6980fadCopy full SHA for 6980fad
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