Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Dec 24, 2023
1 parent 8c43970 commit 0efd071
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Writer/AbstractGdWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
use Endroid\QrCode\Label\LabelAlignment;
use Endroid\QrCode\Label\LabelInterface;
use Endroid\QrCode\Logo\LogoInterface;
use Endroid\QrCode\Matrix\MatrixInterface;
use Endroid\QrCode\QrCodeInterface;
use Endroid\QrCode\RoundBlockSizeMode;
use Endroid\QrCode\Writer\Result\GdResult;
Expand All @@ -19,10 +20,7 @@

abstract class AbstractGdWriter implements WriterInterface, ValidatingWriterInterface
{
/**
* Get the matrix. Can be overridden to perform custom punch outs.
*/
protected function getMatrix(QrCodeInterface $qrCode)
protected function getMatrix(QrCodeInterface $qrCode): MatrixInterface
{
$matrixFactory = new MatrixFactory();

Expand Down

0 comments on commit 0efd071

Please sign in to comment.