Fix responsible class report in AbstractArgumentRecipeFactory

This commit is contained in:
Tomas Votruba 2018-07-18 14:23:05 +02:00
parent c31a5acec8
commit 8c93040834

View File

@ -18,7 +18,7 @@ abstract class AbstractArgumentRecipeFactory
throw new InvalidRectorConfigurationException(sprintf(
'Configuration for "%s" Rector should have "%s" key, but is missing.',
AbstractArgumentRector::class,
get_called_class(),
$key
));
}