:octocat:

This commit is contained in:
codemasher
2020-11-15 15:13:49 +01:00
parent 607a13620f
commit c107e6e1ac
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -574,6 +574,8 @@ final class QRMatrix{
* Clears a space of $width * $height in order to add a logo or text. ECC level "H" (30%) is required.
* This method should be called from within an output module (after the matrix has been filled with data).
*
* @codeCoverageIgnore (for now)
*
* @throws \chillerlan\QRCode\Data\QRCodeDataException
*/
public function setLogoSpace(int $width, int $height):QRMatrix{