Skip to content

Commit

Permalink
Revert "Fix phpstan issues in Twitter and Slack drivers (laravel#653)"
Browse files Browse the repository at this point in the history
This reverts commit 9989b45.
  • Loading branch information
RealMrHex authored Aug 23, 2023
1 parent 860b49a commit 91ca282
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 implements ProviderInterface
class SlackProvider extends AbstractProvider
{
/**
* 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 implements ProviderInterface
class TwitterProvider extends AbstractProvider
{
/**
* The scopes being requested.
Expand Down

0 comments on commit 91ca282

Please sign in to comment.