Skip to content

Commit

Permalink
rever removed line by php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar65 committed Aug 18, 2020
1 parent 9a74037 commit 583b013
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ private function getExifData(SegmentInterface $segment): MetadataInterface
$description = null;
$keywords = [];

$data = exif_read_data('data://image/jpeg;base64,' . base64_encode($segment->getData()));

if ($data) {
$title = isset($data['DocumentName']) ? $data['DocumentName'] : null;
Expand Down

0 comments on commit 583b013

Please sign in to comment.