Skip to content

Commit 24ae433

Browse files
committed
checked coding standards
1 parent d17837d commit 24ae433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/PHPExif/Adapter/Exiftool.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ public function getExifFromFile($file)
110110
)
111111
);
112112

113-
if(!mb_check_encoding($result, "utf-8")) {
114-
$result = utf8_encode( $result );
113+
if (!mb_check_encoding($result, "utf-8")) {
114+
$result = utf8_encode($result);
115115
}
116116
$data = json_decode($result, true);
117117
if(!is_array($data)) {

0 commit comments

Comments
 (0)