Skip to content

Commit

Permalink
Remove a few useless docblocks (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot authored Nov 27, 2024
1 parent 147b9a9 commit 456eea3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions src/Klarna/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ class Provider extends AbstractProvider
{
public const IDENTIFIER = 'KLARNA';

/**
* The separating character for the requested scopes.
*
* @var string
*/
protected $scopeSeparator = ' ';

protected function getAuthUrl($state): string
Expand Down
6 changes: 0 additions & 6 deletions src/Nuvemshop/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ class Provider extends AbstractProvider
{
public const IDENTIFIER = 'NUVEMSHOP';

/**
* {@inheritdoc}
*/
protected $scopes = [
'read_content',
'write_content',
Expand All @@ -31,9 +28,6 @@ class Provider extends AbstractProvider
'write_shipping',
];

/**
* {@inheritdoc}
*/
protected $scopeSeparator = ' ';

protected function getAuthUrl($state): string
Expand Down

0 comments on commit 456eea3

Please sign in to comment.