heroku / php-getting-started

Getting Started with PHP on Heroku.
https://devcenter.heroku.com/articles/getting-started-with-php
194 stars 778 forks source link

Remove closing PHP tag from index.php #4

Closed djmattyg007 closed 9 years ago

djmattyg007 commented 9 years ago

As per PSR-2 article 2.2, files that contain only PHP code should not have a trailing closing PHP tag: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md#22-files

jonmountjoy commented 9 years ago

Thanks.