diff --git a/src/Factory/LaravelQrCodeFactory.php b/src/Factory/LaravelQrCodeFactory.php index df0236a..dd4383c 100644 --- a/src/Factory/LaravelQrCodeFactory.php +++ b/src/Factory/LaravelQrCodeFactory.php @@ -85,9 +85,11 @@ protected static function applyForeground(QrCodeInterface $qrCode, ?array $foreg * @param string|null $gradientType * @return void */ - protected static function applyForeground2(QrCodeInterface $qrCode, ?array $foreground2, - ?string $gradientType): void - { + protected static function applyForeground2( + QrCodeInterface $qrCode, + ?array $foreground2, + ?string $gradientType + ): void { if (is_null($foreground2)) { return; } @@ -213,9 +215,13 @@ protected static function buildQrCode($content, ?string $format): QrCodeInterfac return new QrCode($qrCodeFormat->getText()); } - protected static function applyLabel(QrCodeInterface $qrCode, ?string $label = null, - ?string $fontPath = null, ?int $size = null, ?string $alignment = null ): void - { + protected static function applyLabel( + QrCodeInterface $qrCode, + ?string $label = null, + ?string $fontPath = null, + ?int $size = null, + ?string $alignment = null + ): void { if (! is_null($label)) { $qrCode->setLabel(new Label( $label,