Skip to content

Commit

Permalink
bot: fix cs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Nov 15, 2023
1 parent 2932c55 commit 3d8a935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uri/Signed/SymfonySigner.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ final class SymfonySigner
private const SINGLE_USE_TOKEN_KEY = '_token';
private const HASH_KEY = '_hash';

/** @var UriSigner|LegacyUriSigner */
/** @var UriSigner|LegacyUriSigner */
private $signer; // @phpstan-ignore-line

Check failure on line 32 in src/Uri/Signed/SymfonySigner.php

View workflow job for this annotation

GitHub Actions / sca / Static Code Analysis

No error to ignore is reported on line 32.

Check failure on line 32 in src/Uri/Signed/SymfonySigner.php

View workflow job for this annotation

GitHub Actions / sca / Static Code Analysis

No error to ignore is reported on line 32.

public function __construct(string $secret)
Expand Down

0 comments on commit 3d8a935

Please sign in to comment.