1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Fix: Remove unused private property (#561)

This commit is contained in:
Andreas Möller
2022-06-27 20:24:21 +02:00
committed by GitHub
parent 51b196dff8
commit 8fbbe3bb89

View File

@@ -31,7 +31,6 @@ class ManualNotesSorter {
private $minAge;
private $voteFactor;
private $ratingFactor;
private $ageFactor;
private $voteWeight = 38;