Skip to content

Commit

Permalink
docs: fix PHPDoc types
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Sep 23, 2023
1 parent 68683c0 commit 2136183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Entity/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ public function __get(string $key)
/**
* Get cast value from the data array.
*
* @return mixed|null
* @return array|bool|float|int|object|string|null
*/
private function _getCastData(string $key, array $data)
{
Expand Down

0 comments on commit 2136183

Please sign in to comment.