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