Skip to content

Commit 0673036

Browse files
committed
🚿 have mercy, avoid BC breaks
1 parent 0c1f322 commit 0673036

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/Output/QRImage.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
/**
3+
* Class QRImage
4+
*
5+
* @created 14.12.2021
6+
* @author smiley <[email protected]>
7+
* @copyright 2021 smiley
8+
* @license MIT
9+
*/
10+
11+
namespace chillerlan\QRCode\Output;
12+
13+
/**
14+
* @deprecated backward compatibility, use QRGdImage instead
15+
* @see \chillerlan\QRCode\Output\QRGdImage
16+
*/
17+
class QRImage extends QRGdImage{
18+
19+
}

0 commit comments

Comments
 (0)