eviweb / fuelphp-phpcs

PHP Code Sniffer standard for Fuel PHP
MIT License
27 stars 12 forks source link

Fix variable names in messages #4

Closed nishaya closed 9 years ago

nishaya commented 9 years ago
// before
Variable name "%s" does not use underscore format.

// after
Variable name "$varName" does not use underscore format.
eviweb commented 9 years ago

@nishaya, thanks for your contribution. Sorry but I'm currently on vacations and won't be able to review this PR before the end of August. I will do it right after I'll come back Eric

eviweb commented 9 years ago

Hi @nishaya, this issue (ref. #5) is fixed in latest version v1.0.5, thanks for your help Eric