diff --git a/src/Listener/Traits/DeprecatedConfigurationKeyTrait.php b/src/Listener/Traits/DeprecatedConfigurationKeyTrait.php index a6fb59a..81e78aa 100644 --- a/src/Listener/Traits/DeprecatedConfigurationKeyTrait.php +++ b/src/Listener/Traits/DeprecatedConfigurationKeyTrait.php @@ -12,7 +12,7 @@ trait DeprecatedConfigurationKeyTrait * @param string $newKey Name of key that should be used instead of the deprecated key * @return void **/ - protected function deprecatedScaffoldKeyNotice(string $deprecatedKey, strin $newKey): void + protected function deprecatedScaffoldKeyNotice(string $deprecatedKey, string $newKey): void { $template = 'The configuration key %s has been deprecated. Use %s instead.'; $message = sprintf($template, $deprecatedKey, $newKey);