Skip to content

Commit

Permalink
Remove cast real due to deprecated from php
Browse files Browse the repository at this point in the history
  • Loading branch information
DyanGalih committed Jun 1, 2020
1 parent 881af9b commit f41fdbe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Tools/Lazy.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,6 @@ private static function castValue($propertyClass, $from)
case "double":
$value = (double)$from;
break;
case "real":
$value = (real)$from;
break;
case "boolean":
$value = (boolean)$from;
break;
Expand Down

0 comments on commit f41fdbe

Please sign in to comment.