Skip to content

Commit

Permalink
Update Signnow.php
Browse files Browse the repository at this point in the history
  • Loading branch information
theronakpatel authored Feb 22, 2024
1 parent 1548f9b commit 11bffa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/Signnow.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Signnow{
public $access_token;

Check failure on line 20 in class/Signnow.php

View workflow job for this annotation

GitHub Actions / Run PHPStan

Property Signnow::$access_token has no type specified.
public $refresh_token;

Check failure on line 21 in class/Signnow.php

View workflow job for this annotation

GitHub Actions / Run PHPStan

Property Signnow::$refresh_token has no type specified.
public $signow_url;

Check failure on line 22 in class/Signnow.php

View workflow job for this annotation

GitHub Actions / Run PHPStan

Property Signnow::$signow_url has no type specified.
public $username;
public $username;

Check failure on line 23 in class/Signnow.php

View workflow job for this annotation

GitHub Actions / Run PHPStan

Property Signnow::$username has no type specified.
public $password;

Check failure on line 24 in class/Signnow.php

View workflow job for this annotation

GitHub Actions / Run PHPStan

Property Signnow::$password has no type specified.
function __construct()
{
Expand Down

0 comments on commit 11bffa3

Please sign in to comment.