Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Aug 28, 2020
1 parent 196bc5c commit 39ad1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listener/Traits/DeprecatedConfigurationKeyTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 39ad1ce

Please sign in to comment.