rector/e2e/container-configurator/src/SomeClass.php
Tomas Votruba b4e0bff933 Updated Rector to commit 6baafbc5a6
6baafbc5a6 [Scoper] Remove SmartFileInfo and ContainerConfigurator setup on bootstrap.php (#2253)
2022-05-07 11:00:41 +00:00

12 lines
108 B
PHP

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