Skip to content

Commit

Permalink
fix SandwaveIo\Acronis\BearerTokenMiddleware::$bearerToken must not b…
Browse files Browse the repository at this point in the history
…e accessed before initialization
  • Loading branch information
glenn1001 committed May 12, 2023
1 parent bfcc000 commit a26aeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BearerTokenMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class BearerTokenMiddleware
{
private ?string $bearerToken;
private ?string $bearerToken = null;

private string $url;

Expand Down

0 comments on commit a26aeb3

Please sign in to comment.