Skip to content

Commit

Permalink
mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Aug 30, 2024
1 parent 97785f5 commit 6cfc318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Api/ApiCommandHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ protected static function getParameterRenameMap(): array
];
}

protected static function renameParameter(string $propKey): string
private static function renameParameter(string $propKey): string
{
$parameterRenameMap = self::getParameterRenameMap();
if (array_key_exists($propKey, $parameterRenameMap)) {
Expand Down

0 comments on commit 6cfc318

Please sign in to comment.