Author: Andreas Möller (localheinz)
Committer: GitHub (web-flow)
Pusher: kamil-tekiela
Date: 2022-06-27T19:24:21+01:00

Commit: 
https://github.com/php/web-php/commit/8fbbe3bb896b3e93a745f4938dee97fc337a4ecd
Raw diff: 
https://github.com/php/web-php/commit/8fbbe3bb896b3e93a745f4938dee97fc337a4ecd.diff

Fix: Remove unused private property (#561)

Changed paths:
  M  include/shared-manual.inc


Diff:

diff --git a/include/shared-manual.inc b/include/shared-manual.inc
index 25dc9ce48..4ed4e86fe 100644
--- a/include/shared-manual.inc
+++ b/include/shared-manual.inc
@@ -31,7 +31,6 @@ class ManualNotesSorter {
     private $minAge;
 
     private $voteFactor;
-    private $ratingFactor;
     private $ageFactor;
 
     private $voteWeight = 38;

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to