Releases: VincentLanglet/symfony-custom-coding-standard
Releases · VincentLanglet/symfony-custom-coding-standard
New checks for array and var
Merge pull request #50 from VincentLanglet/varWithoutName :sparkles: Add check for var name in comment
Remove concat rule
Merge pull request #51 from VincentLanglet/concat :sparkles: Remove string concat check
Add more rules
Merge pull request #48 from VincentLanglet/shortArray Remove exclude pattern from ruleset and add more rules
Disable previous rule for custom tag
Merge pull request #47 from VincentLanglet/refixDocCommentTagSpacing :bug: Fix for custom tag
Fix previous rule
Merge pull request #46 from VincentLanglet/fixDocCommentTagSpacing :bug: Fix DocCommentTageSpacing rule
Add doc comment tag spacing rule
Merge pull request #45 from VincentLanglet/commentTagRule Comment tag rule
Relax Comment rule
Merge pull request #44 from VincentLanglet/commentRule :sparkles: Relax comment rule
Update dependency version
Merge pull request #43 from VincentLanglet/update :wrench: Update version + some fix
Improve check for blank line before return
Merge pull request #42 from VincentLanglet/improveReturn :sparkles: Check for blank line before return comment
Fix previous release
Merge pull request #41 from VincentLanglet/fixReturnBis :bug: Same fix