rector/tests/Composer/AutoloadWrongCasesEventSubscriber.php
2018-10-21 19:42:02 +02:00

8 lines
116 B
PHP

<?php declare(strict_types=1);
namespace Rector\Tests\Composer;
final class AutoloadWrongCasesEventSubscriber
{
}