rector/tests/Composer/AutoloadWrongCasesEventSubscriber.php

8 lines
116 B
PHP
Raw Normal View History

2018-10-21 19:41:51 +02:00
<?php declare(strict_types=1);
namespace Rector\Tests\Composer;
final class AutoloadWrongCasesEventSubscriber
{
}