1
0
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:
Andreas Möller
2023-12-07 08:55:57 +01:00
committed by Derick Rethans
parent 2e6238f18a
commit 7b2c9af6c0

View File

@@ -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,
) {
}
}