We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6238f commit 7b2c9afCopy full SHA for 7b2c9af
src/UserNotes/UserNote.php
@@ -12,7 +12,7 @@ public function __construct(
12
public string $user,
13
public string $text,
14
public int $upvotes = 0,
15
- public int $downvotes = 0
+ public int $downvotes = 0,
16
) {
17
}
18
0 commit comments