mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 05:48:21 +01:00
fix cs
This commit is contained in:
parent
4a05aa0c9d
commit
b8a9093b64
@ -27,6 +27,11 @@ abstract class AbstractRectorTestCase extends TestCase
|
||||
*/
|
||||
protected $parameterProvider;
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
protected $rebuildFreshContainer = false;
|
||||
|
||||
/**
|
||||
* @var FileGuard
|
||||
*/
|
||||
@ -37,11 +42,6 @@ abstract class AbstractRectorTestCase extends TestCase
|
||||
*/
|
||||
private static $containersPerConfig = [];
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
protected $rebuildFreshContainer = false;
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
$config = $this->provideConfig();
|
||||
|
Loading…
x
Reference in New Issue
Block a user