Skip to content

Commit b3f1609

Browse files
committed
:octocat: not yet
1 parent 90bbe91 commit b3f1609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/QRCode.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class QRCode{
3535
*/
3636
const OUTPUT_MARKUP_HTML = 'html';
3737
const OUTPUT_MARKUP_SVG = 'svg';
38-
const OUTPUT_MARKUP_EPS = 'eps';
38+
# const OUTPUT_MARKUP_EPS = 'eps';
3939
# const OUTPUT_MARKUP_XML = 'xml'; // anyone?
4040
4141
const OUTPUT_IMAGE_PNG = 'png';
@@ -78,7 +78,7 @@ class QRCode{
7878
QRMarkup::class => [
7979
self::OUTPUT_MARKUP_SVG,
8080
self::OUTPUT_MARKUP_HTML,
81-
self::OUTPUT_MARKUP_EPS,
81+
# self::OUTPUT_MARKUP_EPS,
8282
],
8383
QRImage::class => [
8484
self::OUTPUT_IMAGE_PNG,

0 commit comments

Comments
 (0)