10 lines
147 B
PHP
10 lines
147 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Endroid\QrCode\Label\Alignment;
|
|
|
|
final class LabelAlignmentRight implements LabelAlignmentInterface
|
|
{
|
|
}
|