Skip to content

Commit

Permalink
revert changed argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
hafezdivandari committed Dec 3, 2024
1 parent d4742e8 commit 03dcdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repositories/DeviceCodeRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function persistDeviceCode(DeviceCodeEntityInterface $deviceCodeEntity):
* Get a device code entity.
*/
public function getDeviceCodeEntityByDeviceCode(
string $deviceCode
string $deviceCodeEntity
): ?DeviceCodeEntityInterface;

/**
Expand Down

0 comments on commit 03dcdd7

Please sign in to comment.