mirror of
https://github.com/danog/Valinor.git
synced 2025-01-10 06:38:24 +01:00
10 lines
102 B
PHP
10 lines
102 B
PHP
|
<?php
|
||
|
|
||
|
declare(strict_types=1);
|
||
|
|
||
|
namespace CuyZ\Valinor\Tests\StaticAnalysis\Stub;
|
||
|
|
||
|
final class A
|
||
|
{
|
||
|
}
|