safe
safe copied to clipboard
Use union typehints
As of php 8.0, union type hints are allowed, so we can remove the code which rejected them due to 7.X incompatibility
(See PhpStanType::getSignatureType())