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

Type casting & arrays #863

Open
zakirullin opened this issue Jul 25, 2020 · 2 comments
Open

Type casting & arrays #863

zakirullin opened this issue Jul 25, 2020 · 2 comments
Labels
feedback-needed We need feedback on this issue

Comments

@zakirullin
Copy link

With all that goodies documented, we still have a topic to think about.

Type casting in PHP is horrible and hard (means prone to errors). You shouldn't use that in 2020.
Especially when dealing with requests/responses/configs/arrays and other raw data.

Untyped array is a problem also (with all those issets() nearby).

We came to an easy solution like this

You think the problem is worth describing?

@zakirullin zakirullin changed the title Type casting Type casting & arrays Aug 19, 2020
@zakirullin
Copy link
Author

@codeguy Hi there! Care to see the PR?

@matthewtrask
Copy link
Collaborator

@zakirullin yes please :)

@Xymph Xymph added the feedback-needed We need feedback on this issue label Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback-needed We need feedback on this issue
Projects
None yet
Development

No branches or pull requests

3 participants