Skip to content

Commit 7b2c9af

Browse files
localheinzderickr
authored andcommitted
Fix: Run 'make coding-standards'
1 parent 2e6238f commit 7b2c9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UserNotes/UserNote.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function __construct(
1212
public string $user,
1313
public string $text,
1414
public int $upvotes = 0,
15-
public int $downvotes = 0
15+
public int $downvotes = 0,
1616
) {
1717
}
1818
}

0 commit comments

Comments
 (0)