Two factor problems fixed after compose update
This commit is contained in:
16
vendor/endroid/qr-code/src/Logo/LogoInterface.php
vendored
Normal file
16
vendor/endroid/qr-code/src/Logo/LogoInterface.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Endroid\QrCode\Logo;
|
||||
|
||||
interface LogoInterface
|
||||
{
|
||||
public function getPath(): string;
|
||||
|
||||
public function getResizeToWidth(): ?int;
|
||||
|
||||
public function getResizeToHeight(): ?int;
|
||||
|
||||
public function getPunchoutBackground(): bool;
|
||||
}
|
||||
Reference in New Issue
Block a user