Skip to content

Commit

Permalink
Changed name
Browse files Browse the repository at this point in the history
  • Loading branch information
SandervdHulst committed Oct 3, 2023
1 parent 87d5a5c commit 13246b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
use Buckaroo\PaymentMethods\iDin\Service\ParameterKeys\IssuerAdapter;
use Buckaroo\PaymentMethods\PaymentMethod;

class Idin extends PaymentMethod
class iDin extends PaymentMethod

Check failure on line 29 in src/PaymentMethods/iDin/iDin.php

View workflow job for this annotation

GitHub Actions / PHP 7.4 - prefer-stable -

Class name "iDin" is not in PascalCase format

Check failure on line 29 in src/PaymentMethods/iDin/iDin.php

View workflow job for this annotation

GitHub Actions / PHP 8.2 - prefer-stable -

Class name "iDin" is not in PascalCase format
{
/**
* @var string
*/
protected string $paymentName = 'Idin';
protected string $paymentName = 'idin';
/**
* @var array|string[]
*/
Expand Down

0 comments on commit 13246b9

Please sign in to comment.