Skip to content

Commit

Permalink
fixup! Fix typo in psalm-suppress annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Sep 7, 2024
1 parent ad22700 commit 16d7065
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/RedisDsnProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@

/**
* @implements ProviderInterface<Redis|RedisArray|RedisCluster|ClientInterface|Relay>

Check failure on line 18 in src/RedisDsnProvider.php

View workflow job for this annotation

GitHub Actions / cs / Coding Standards

Incorrect annotations group.

Check failure on line 18 in src/RedisDsnProvider.php

View workflow job for this annotation

GitHub Actions / cs / Coding Standards

Incorrect annotations group.
* @psalm-suppress UndefinedClass for Relay
*
* @psalm-suppress UndefinedClass
*/
final class RedisDsnProvider implements ProviderInterface

Check failure on line 22 in src/RedisDsnProvider.php

View workflow job for this annotation

GitHub Actions / sa / Psalm

UndefinedDocblockClass: Docblock-defined class, interface or enum named Relay\Relay does not exist

Check failure on line 22 in src/RedisDsnProvider.php

View workflow job for this annotation

GitHub Actions / sa / Psalm

UndefinedDocblockClass: Docblock-defined class, interface or enum named Relay\Relay does not exist
{
Expand Down

0 comments on commit 16d7065

Please sign in to comment.