🤖 Rector and PHPCS fixes

This commit is contained in:
Klap-in 2023-10-07 16:16:08 +00:00 committed by GitHub
parent 6e7ec8b621
commit 28a6ee9a28
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class TaskRunner
}
}
if (count($lines) == count($out_lines)) {
if (count($lines) === count($out_lines)) {
// nothing to trim
@unlink($fn . '_tmp');
io_unlock($fn);