mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-03-08 03:16:51 +01:00
10 lines
121 B
PHP
10 lines
121 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Endroid\QrCode\RoundBlockSizeMode;
|
|
|
|
interface RoundBlockSizeModeInterface
|
|
{
|
|
}
|