<?php function doSomething(int|string $value): ?float { if ($value === null) return null; return round($value, 3); }
You have javascript disabled. You will not be able to edit any code.