rector/build/target-repository/e2e/container-configurator/src/SomeClass.php
Abdul Malik Ikhsan 6baafbc5a6
[Scoper] Remove SmartFileInfo and ContainerConfigurator setup on bootstrap.php (#2253)
* [Scoper] Remove SmartFileInfo and ContainerConfigurator setup on bootstrap.php

* add e2e for ContainerConfigurator

* add comment

* define autoload

* define autoload

* move to e2e-diff

* move to e2e-diff
2022-05-07 17:54:44 +07:00

12 lines
108 B
PHP

<?php
namespace Rector\e2e;
class SomeClass
{
/**
* @var string
*/
private $property;
}