Skip to content

Commit 4db6b3a

Browse files
committed
Use came-case for variable name
1 parent ae33449 commit 4db6b3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Factories/Entities/AuthCodeEntityFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function fromData(
3131
?string $userIdentifier = null,
3232
?string $redirectUri = null,
3333
?string $nonce = null,
34-
?string $issuer_state = null,
34+
?string $issuerState = null,
3535
bool $isRevoked = false,
3636
?FlowTypeEnum $flowTypeEnum = null,
3737
?string $txCode = null,
@@ -53,7 +53,7 @@ public function fromData(
5353
$authorizationDetails,
5454
$boundClientId,
5555
$boundRedirectUri,
56-
$issuer_state,
56+
$issuerState,
5757
);
5858
}
5959

0 commit comments

Comments
 (0)