Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
PoulainMaxime committed Jan 16, 2025
1 parent 5a17eb9 commit 0db2b89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions classes/Adapter/BillingAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ class BillingAdapter

/**
* @var string
**/
**/
private $jwt;

/**
* @var string $jwt
**/
* @var string
**/
public function __construct($jwt)

Check failure on line 37 in classes/Adapter/BillingAdapter.php

View workflow job for this annotation

GitHub Actions / PHPStan (1.7.7.0)

PHPDoc tag @var above a method has no effect.

Check failure on line 37 in classes/Adapter/BillingAdapter.php

View workflow job for this annotation

GitHub Actions / PHPStan (1.7.7.0)

PHPDoc tag @var does not specify variable name.

Check failure on line 37 in classes/Adapter/BillingAdapter.php

View workflow job for this annotation

GitHub Actions / PHPStan (1.7.5.0)

PHPDoc tag @var above a method has no effect.

Check failure on line 37 in classes/Adapter/BillingAdapter.php

View workflow job for this annotation

GitHub Actions / PHPStan (1.7.5.0)

PHPDoc tag @var does not specify variable name.
{
$this->jwt = $jwt;
Expand Down

0 comments on commit 0db2b89

Please sign in to comment.