Skip to content

Commit a7831a9

Browse files
committed
Remove write to the unused and undeclared property
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.
1 parent 6c3a00b commit a7831a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/translation/lib/RevcheckRun.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ private function calculateStatus()
123123

124124
// TranslatedOld
125125

126-
$source->days = $daysOld;
127126
$source->status = RevcheckStatus::TranslatedOld;
128127
$this->filesOld[] = $source;
129128
}

0 commit comments

Comments
 (0)