Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Refactor] Replace gettype with get_debug_type since php8.0 is minimal requirement now #868

Open
diimpp opened this issue Apr 11, 2024 · 0 comments

Comments

@diimpp
Copy link
Member

diimpp commented Apr 11, 2024

Describe the proposed solution

https://php.watch/versions/8.0/get_debug_type
image

Additional context
Cases:

is_object($value) ? get_class($value) : gettype($value),

is_object($value) ? get_class($value) : gettype($value),

is_object($value) ? get_class($value) : gettype($value),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant