File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ public function fill(?array $data = null)
146
146
* __get() magic method so will have any casts, etc applied to them.
147
147
*
148
148
* @param bool $onlyChanged If true, only return values that have changed since object creation
149
- * @param bool $cast If true, properties will be casted .
149
+ * @param bool $cast If true, properties will be cast .
150
150
* @param bool $recursive If true, inner entities will be casted as array as well.
151
151
*/
152
152
public function toArray (bool $ onlyChanged = false , bool $ cast = true , bool $ recursive = false ): array
@@ -287,7 +287,7 @@ public function setAttributes(array $data)
287
287
* Checks the datamap to see if this property name is being mapped,
288
288
* and returns the db column name, if any, or the original property name.
289
289
*
290
- * @return string
290
+ * @return string db column name
291
291
*/
292
292
protected function mapProperty (string $ key )
293
293
{
You can’t perform that action at this time.
0 commit comments