codemasher 5 лет назад
Родитель
Сommit
8f1f0cc088
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      src/Output/QRFpdf.php

+ 12 - 0
src/Output/QRFpdf.php

@@ -1,4 +1,16 @@
 <?php
+/**
+ * Class QRFpdf
+ *
+ * https://github.com/chillerlan/php-qrcode/pull/49
+ *
+ * @filesource   QRFpdf.php
+ * @created      03.06.2020
+ * @package      chillerlan\QRCode\Output
+ * @author       Maximilian Kresse
+ *
+ * @license      MIT
+ */
 
 declare(strict_types=1);