enable rule

This commit is contained in:
TomasVotruba 2020-07-19 19:20:29 +02:00
parent 907151e161
commit 9a3740a8eb

View File

@ -14,6 +14,5 @@ return static function (ContainerConfigurator $containerConfigurator): void {
// @todo add in separate PR, many changes now
// $services->set(RenameVariableToMatchNewTypeRector::class);
// @todo add in separate PR, many changes now
// $services->set(RenameVariableToMatchGetMethodNameRector::class);
$services->set(RenameVariableToMatchGetMethodNameRector::class);
};