Skip to content

Commit 28a6ee9

Browse files
authored
🤖 Rector and PHPCS fixes
1 parent 6e7ec8b commit 28a6ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎inc/TaskRunner.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ protected function runTrimRecentChanges($media_changes = false)
142142
}
143143
}
144144

145-
if (count($lines) == count($out_lines)) {
145+
if (count($lines) === count($out_lines)) {
146146
// nothing to trim
147147
@unlink($fn . '_tmp');
148148
io_unlock($fn);

0 commit comments

Comments
 (0)