Skip to content

Commit

Permalink
Remove write to the unused and undeclared property
Browse files Browse the repository at this point in the history
This solves the deprecation warning about using dynamic properties.
Turns out the code wasn't written in legacy way but the property
was just never meant to be written as it's unused.
  • Loading branch information
Sobak committed Jun 14, 2024
1 parent 6c3a00b commit a7831a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/translation/lib/RevcheckRun.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ private function calculateStatus()

// TranslatedOld

$source->days = $daysOld;
$source->status = RevcheckStatus::TranslatedOld;
$this->filesOld[] = $source;
}
Expand Down

0 comments on commit a7831a9

Please sign in to comment.