File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ Enforces proper spacing and formatting in docblocks.
5151#### Violation Codes:
5252
5353` yCodeTech.Commenting.DocblockFormat.TagSpacing `
54+
5455` yCodeTech.Commenting.DocblockFormat.ReturnSpacing `
5556
5657#### Examples:
@@ -220,6 +221,7 @@ Functions that return a value must have a `@return` docblock tag.
220221#### Violation Codes:
221222
222223` yCodeTech.Commenting.FunctionComment.MissingReturn `
224+
223225` yCodeTech.Commenting.FunctionComment.VoidReturnTagFound `
224226
225227#### Examples:
@@ -369,7 +371,9 @@ Long type names are disallowed. Short names must be used in all contexts.
369371#### Violation Codes:
370372
371373` yCodeTech.Types.DisallowTypeLongNames.DocblockType `
374+
372375` yCodeTech.Types.DisallowTypeLongNames.TypeCast `
376+
373377` yCodeTech.Types.DisallowTypeLongNames.TypeDeclaration `
374378
375379#### Examples:
You can’t perform that action at this time.
0 commit comments