vendor and env first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Endroid\QrCode\Label\Font;
|
||||
|
||||
interface FontInterface
|
||||
{
|
||||
public function getPath(): string;
|
||||
|
||||
public function getSize(): int;
|
||||
}
|
||||
Reference in New Issue
Block a user