Hey there, I have another coding practice question (The PHP docs are so vague about some things). Here's what I mean:
Assuming the class constructor doesn't want any arguments passed PHP won't complain, even in strict mode. It's nice for readability.
Is omitting the parenthesis here discouraged, just preference, or nobody knows because PHP never mentioned it?