Skip to content

Commit b7dbf93

Browse files
committed
oops
1 parent 24ae433 commit b7dbf93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PHPExif/Adapter/Exiftool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function getExifFromFile($file)
114114
$result = utf8_encode($result);
115115
}
116116
$data = json_decode($result, true);
117-
if(!is_array($data)) {
117+
if (!is_array($data)) {
118118
throw new RuntimeException(
119119
'Could not decode exiftool output'
120120
);

0 commit comments

Comments
 (0)