mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 06:18:07 +01:00
Fix responsible class report in AbstractArgumentRecipeFactory
This commit is contained in:
parent
c31a5acec8
commit
8c93040834
@ -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
|
||||
));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user