RE: PHP: Never type hint on arrays

You are viewing a single comment's thread from:

PHP: Never type hint on arrays

in php •  6 years ago 

very well article. And I disagree about arrays are fine. arrays are useful.
Nope, they are not. :)

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

They have their uses, totally. If you have a low-cardinality list of things an array is absolutely a reasonable tool to use for it.

It's type hinting against that array that is rarely useful.