Skip to content

Commit ea98c6d

Browse files
rodrigoprimojrfnl
andauthored
Apply suggestions from code review
Co-authored-by: Juliette <[email protected]>
1 parent 9b145c5 commit ea98c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.1.inc

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ function misplacedClosingCommentMultipleNewlines() {
9797
function missingClosingComment() {
9898
}
9999

100-
// anonymous classes don't need end comments.
100+
// Anonymous classes don't need end comments.
101101
$anon = new class {};
102102

103-
// arrow functions don't need end comments.
103+
// Arrow functions don't need end comments.
104104
$arrow = fn($a) => $a;

0 commit comments

Comments
 (0)