Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Modify TwitterApi service
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume KESTEMAN committed Aug 4, 2022
1 parent 45b0bb1 commit 3f57be3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/src/Twitter/TwitterApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ class TwitterApi
private array $memoize = [];

public function __construct(
private string $twitterConsumerKey,
private string $twitterConsumerSecret,
private string $twitterAccessToken,
private string $twitterAccessTokenSecret
private readonly string $twitterConsumerKey,
private readonly string $twitterConsumerSecret,
private readonly string $twitterAccessToken,
private readonly string $twitterAccessTokenSecret
)
{
}
Expand Down

0 comments on commit 3f57be3

Please sign in to comment.