Skip to content

Commit 744321c

Browse files
authored
Merge pull request #4 from descom-es/analysis-qxNon9
Apply fixes from StyleCI
2 parents 4555a5d + 6692bd2 commit 744321c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Encoding.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public function encodeFile($file, $encoding_to = 'UTF-8', $encodings_detected =
3636
fclose($handleW);
3737
if (rename($fileW, $file) === false) {
3838
unlink($fileW);
39+
3940
return false;
4041
}
4142
} else {
@@ -45,7 +46,7 @@ public function encodeFile($file, $encoding_to = 'UTF-8', $encodings_detected =
4546
if (file_exits($fileW)) {
4647
unlink($fileW);
4748
}
48-
49+
4950
return false;
5051
}
5152
}

0 commit comments

Comments
 (0)