onecentlin / laravel5-snippets-vscode

Laravel snippets for Visual Studio Code (Support Laravel 5 and above)
MIT License
36 stars 19 forks source link

replaces log snippet single-quotes with double-quotes #32

Closed MartinP7r closed 3 years ago

MartinP7r commented 3 years ago

This PR replaces single-quotation-marks in the log message snippets with double quotation marks, making it easier to use string interpolation in log messages as stated in #28

I've taken care of the necessary escaping for the quotation marks.