Skip to content

Releases: VincentLanglet/symfony-custom-coding-standard

New checks for array and var

06 May 22:49
e181258
Compare
Choose a tag to compare
Merge pull request #50 from VincentLanglet/varWithoutName

:sparkles: Add check for var name in comment

Remove concat rule

06 May 07:46
1dd22e4
Compare
Choose a tag to compare
Merge pull request #51 from VincentLanglet/concat

:sparkles: Remove string concat check

Add more rules

01 May 12:26
7bc6fa5
Compare
Choose a tag to compare
Merge pull request #48 from VincentLanglet/shortArray

Remove exclude pattern from ruleset and add more rules

Disable previous rule for custom tag

29 Apr 17:07
4161664
Compare
Choose a tag to compare
Merge pull request #47 from VincentLanglet/refixDocCommentTagSpacing

:bug: Fix for custom tag

Fix previous rule

29 Apr 16:05
f72416d
Compare
Choose a tag to compare
Merge pull request #46 from VincentLanglet/fixDocCommentTagSpacing

:bug: Fix DocCommentTageSpacing rule

Add doc comment tag spacing rule

29 Apr 15:07
137a61d
Compare
Choose a tag to compare
Merge pull request #45 from VincentLanglet/commentTagRule

Comment tag rule

Relax Comment rule

27 Apr 14:50
b1d2f55
Compare
Choose a tag to compare
Merge pull request #44 from VincentLanglet/commentRule

:sparkles: Relax comment rule

Update dependency version

26 Apr 08:06
cb12ef4
Compare
Choose a tag to compare
Merge pull request #43 from VincentLanglet/update

:wrench: Update version + some fix

Improve check for blank line before return

25 Apr 19:04
694c0e0
Compare
Choose a tag to compare
Merge pull request #42 from VincentLanglet/improveReturn

:sparkles: Check for blank line before return comment

Fix previous release

25 Apr 11:37
4732c3c
Compare
Choose a tag to compare
Merge pull request #41 from VincentLanglet/fixReturnBis

:bug: Same fix