Skip to content

Commit 9c179ad

Browse files
committed
docs: fix PHPDoc types
1 parent dcbec3b commit 9c179ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Entity/Entity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ public function __get(string $key)
533533
/**
534534
* Get cast value from the data array.
535535
*
536-
* @return mixed|null
536+
* @return array|bool|float|int|object|string|null
537537
*/
538538
private function _getCastData(string $key, array $data)
539539
{

0 commit comments

Comments
 (0)