This commit is contained in:
TomasVotruba 2018-02-24 14:43:30 +01:00
parent c34049e4ec
commit ed3a30cdb6
3 changed files with 0 additions and 15 deletions

View File

@ -17,9 +17,4 @@ final class DummyProvider implements ServiceTypeForNameProviderInterface
{
return $this->nameToTypeMap[$name] ?? null;
}
private function provideConfig(): string
{
return __DIR__ . '/config.yml';
}
}

View File

@ -17,9 +17,4 @@ final class DummyProvider implements ServiceTypeForNameProviderInterface
{
return $this->nameToTypeMap[$name] ?? null;
}
private function provideConfig(): string
{
return __DIR__ . '/config.yml';
}
}

View File

@ -14,9 +14,4 @@ final class DummyRector implements RectorInterface
public function refactor(Node $node): ?Node
{
}
private function provideConfig(): string
{
return __DIR__ . '/config.yml';
}
}