Skip to content

Commit

Permalink
Make variables readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Dec 19, 2024
1 parent 0e65f6a commit c91a6b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/JWT/Action/VerifySessionCookie/WithLcobucciJWT.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
*/
final class WithLcobucciJWT implements Handler
{
private Parser $parser;
private readonly Parser $parser;

private Signer $signer;

private Validator $validator;
private readonly Validator $validator;

/**
* @param non-empty-string $projectId
Expand Down

0 comments on commit c91a6b4

Please sign in to comment.