rector/rules/psr4/tests/Source/SomeFile.php

11 lines
96 B
PHP
Raw Normal View History

2019-10-13 07:59:52 +02:00
<?php
declare(strict_types=1);
namespace Rector\PSR4\Tests\Source;
final class SomeFile
{
}