Skip to content

Commit 11b5c47

Browse files
Merge pull request #60 from VincentLanglet/required
✨ Add required tag for Symfony4
2 parents 328de9e + a7170e0 commit 11b5c47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SymfonyCustom/Sniffs/Commenting/DocCommentGroupSameTypeSniff.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class DocCommentGroupSameTypeSniff implements Sniff
3636
'@property',
3737
'@property-read',
3838
'@property-write',
39+
'@required',
3940
'@return',
4041
'@see',
4142
'@since',

0 commit comments

Comments
 (0)