Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Namespaces on own line #1712

Merged
merged 1 commit into from Sep 9, 2016
Merged

Commits on Sep 5, 2016

  1. Namespaces on own line

    namespace declaration on the same line as <?php isn't being used much anymore. Both PHP FIG and Laravel show the namespace on it's own line.
    
    Reference:
    http://www.php-fig.org/psr/psr-2/
    https://github.com/laravel/laravel/blob/master/app/User.php#L1-L3
    kalenjohnson committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    d6cc86d View commit details
    Browse the repository at this point in the history