Skip to content

Commit

Permalink
Merge pull request endroid#128 from Dukecz/patch-1
Browse files Browse the repository at this point in the history
Removed die; from setWriterByExtension function
  • Loading branch information
endroid authored Sep 12, 2017
2 parents a90b4b1 + ed35f31 commit 5f7bdac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/QrCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,6 @@ public function setWriterByExtension($extension)
}
}

die;

throw new UnsupportedExtensionException('Missing writer for extension "'.$extension.'"');
}

Expand Down

0 comments on commit 5f7bdac

Please sign in to comment.