mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 22:08:00 +01:00
shorten indent on test file list
This commit is contained in:
parent
65764c4eec
commit
819d4c5e6a
@ -11,9 +11,10 @@ final class ParentTypehintedArgumentRectorTest extends AbstractRectorTestCase
|
||||
{
|
||||
public function test(): void
|
||||
{
|
||||
$this->doTestFiles(
|
||||
[__DIR__ . '/Fixture/SomeClassImplementingParserInterface.php', __DIR__ . '/Fixture/MyMetadataFactory.php']
|
||||
);
|
||||
$this->doTestFiles([
|
||||
__DIR__ . '/Fixture/SomeClassImplementingParserInterface.php',
|
||||
__DIR__ . '/Fixture/MyMetadataFactory.php',
|
||||
]);
|
||||
}
|
||||
|
||||
protected function getRectorClass(): string
|
||||
|
Loading…
x
Reference in New Issue
Block a user