:octocat: +file docblock

This commit is contained in:
codemasher
2020-06-03 19:41:26 +02:00
parent f6794e118a
commit 8f1f0cc088
+12
View File
@@ -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);