Skip to content

Commit ef3d623

Browse files
authored
Merge pull request dokuwiki#4073 from dokuwiki/bot/autofix
🤖 Automatic code style fixes
2 parents 6e7ec8b + 28a6ee9 commit ef3d623

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)