patricksamson / laravel-5-snippets

Laravel 5 Snippets for Sublime Text
MIT License
111 stars 29 forks source link

PSR-2 compliant #2

Closed johnnymn closed 8 years ago

johnnymn commented 8 years ago

Modified all snippets that contains functions definitions to have the following structure which is compliant with PSR-2 coding style:

... function() {
    }
patricksamson commented 8 years ago

Merged, Thank you!