Add function to infer Parameter from native reflection in `constructors.php`: ```php function paramFromReflection(ReflectionParameter $reflection): Parameter {} ``` Don't forget about `isDefaultValueConstant`!
Add function to infer Parameter from native reflection in
constructors.php:Don't forget about
isDefaultValueConstant!