rector/e2e/finalize/src/SomeClassWithoutChildren.php
Tomas Votruba a3f9df34d6 Updated Rector to commit 58e7624357
58e7624357 [scoped] Run e2e parallel, suck in existing tests (#16)
2021-05-11 16:11:30 +00:00

10 lines
91 B
PHP

<?php
declare(strict_types=1);
namespace Rector\e2e;
class SomeClassWithoutChildren
{
}