Remove todo as this is confirmed working
This commit is contained in:
parent
164d1c580d
commit
82894eacaa
@ -50,7 +50,6 @@
|
|||||||
|
|
||||||
foreach ($this->reporters as $reason)
|
foreach ($this->reporters as $reason)
|
||||||
{
|
{
|
||||||
// TODO: confirm this does indeed get the oldest report
|
|
||||||
if ($oldestReason == null || !$reason->getTime()->diff($oldestReason->getTime())->invert)
|
if ($oldestReason == null || !$reason->getTime()->diff($oldestReason->getTime())->invert)
|
||||||
{
|
{
|
||||||
$oldestReason = $reason;
|
$oldestReason = $reason;
|
||||||
|
Loading…
Reference in New Issue
Block a user