env and vendor added temporary
This commit is contained in:
@@ -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