Skip to content

Commit

Permalink
Fix phpstan issues in Twitter and Slack drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Aug 21, 2023
1 parent af49004 commit 9b508c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Two/SlackProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use GuzzleHttp\RequestOptions;
use Illuminate\Support\Arr;

class SlackProvider extends AbstractProvider
class SlackProvider extends AbstractProvider implements ProviderInterface
{
/**
* The scopes being requested.
Expand Down
2 changes: 1 addition & 1 deletion src/Two/TwitterProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use GuzzleHttp\RequestOptions;
use Illuminate\Support\Arr;

class TwitterProvider extends AbstractProvider
class TwitterProvider extends AbstractProvider implements ProviderInterface
{
/**
* The scopes being requested.
Expand Down

0 comments on commit 9b508c0

Please sign in to comment.