mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Fix: Run 'make coding-standards'
This commit is contained in:
committed by
Derick Rethans
parent
2e6238f18a
commit
7b2c9af6c0
@@ -12,7 +12,7 @@ final readonly class UserNote
|
||||
public string $user,
|
||||
public string $text,
|
||||
public int $upvotes = 0,
|
||||
public int $downvotes = 0
|
||||
public int $downvotes = 0,
|
||||
) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user