No Title Text for this slide yet
20/37
Coercive typing mode
Constructor Property Promotion
mixed
array|bool|callable|int|float|null|object|resource|string
•
Distinguishes between:
•
I didn't add the type yet
•
It really accepts any value
•
Acts as a union type
•
Follows standard variance rules
•
A missing return type declaration is assumed to be:
mixed|void