DEV Community

Discussion on: I Want Scalar Objects in PHP

Collapse
 
david_j_eddy profile image
David J Eddy

The ability to set type_strict globally for a project. Either via php.ini, composer.json or version used 8.y.z-strict || 8.y.z

I feel like the more type strictness / checking PHP gets the more it is viewed as a professional language (I know, it s BS but it is what I see in around the web).

Function argument order is another one that needs correcting.