I just heard of the PSR-2 coding standard in a comment on this question: Is there any reason to use the "public" keyword before method and member variable names?
I have a question on one of the rules in the PSR-2 standard:
The closing ?> tag MUST be omitted from files containing only PHP.
What is the point of that?