Skip to content

Commit e1f519e

Browse files
committed
pr comments
1 parent 6277af1 commit e1f519e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Standards/Squiz/Tests/Commenting/FunctionCommentUnitTest.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ public function ignored() {
10421042

10431043
// phpcs:set Squiz.Commenting.FunctionComment specialMethods[] __construct,__destruct
10441044

1045-
/**
1045+
/**
10461046
* @return void
10471047
* @throws Exception If any other error occurs. */
10481048
function throwCommentOneLine() {}
@@ -1169,4 +1169,4 @@ function paramVariation4($hasTypehasComment): void {}
11691169
*/
11701170
public function genericType(Collection $values) {
11711171

1172-
}// end genericType()
1172+
}// end genericType()

src/Standards/Squiz/Tests/Commenting/FunctionCommentUnitTest.inc.fixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ public function ignored() {
10421042

10431043
// phpcs:set Squiz.Commenting.FunctionComment specialMethods[] __construct,__destruct
10441044

1045-
/**
1045+
/**
10461046
* @return void
10471047
* @throws Exception If any other error occurs. */
10481048
function throwCommentOneLine() {}

0 commit comments

Comments
 (0)