@psalm-pure @psalm-assert positive-int|null $value
mixed $value:
string $message:
void
InvalidArgumentException
public static function nullOrPositiveInteger($value, $message = '') { null === $value || static::positiveInteger($value, $message); }