rector/src/Stubs/DummyTraitClass.php
Tomas Votruba 1f63ed3e55
Reworking trait scope run (#952)
* try reworking trait scope run

* load configs from extension installer

* add trait type

* load configs from extension installer in PHPStan internally in Rector too

* [ci-review] Rector Rectify

Co-authored-by: GitHub Action <action@github.com>
2021-10-04 23:11:10 +02:00

13 lines
161 B
PHP

<?php
declare(strict_types=1);
namespace Rector\Core\Stubs;
/**
* Used for faking class reflection for trait reflections
*/
final class DummyTraitClass
{
}