mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 19:53:14 +01:00
fix cs
This commit is contained in:
parent
c34049e4ec
commit
ed3a30cdb6
@ -17,9 +17,4 @@ final class DummyProvider implements ServiceTypeForNameProviderInterface
|
||||
{
|
||||
return $this->nameToTypeMap[$name] ?? null;
|
||||
}
|
||||
|
||||
private function provideConfig(): string
|
||||
{
|
||||
return __DIR__ . '/config.yml';
|
||||
}
|
||||
}
|
||||
|
@ -17,9 +17,4 @@ final class DummyProvider implements ServiceTypeForNameProviderInterface
|
||||
{
|
||||
return $this->nameToTypeMap[$name] ?? null;
|
||||
}
|
||||
|
||||
private function provideConfig(): string
|
||||
{
|
||||
return __DIR__ . '/config.yml';
|
||||
}
|
||||
}
|
||||
|
@ -14,9 +14,4 @@ final class DummyRector implements RectorInterface
|
||||
public function refactor(Node $node): ?Node
|
||||
{
|
||||
}
|
||||
|
||||
private function provideConfig(): string
|
||||
{
|
||||
return __DIR__ . '/config.yml';
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user