Skip to content

Commit

Permalink
Remove incorrect doc comment from constructor parameter
Browse files Browse the repository at this point in the history
The doc comment for the $redisServer parameter was incorrect and has been deleted. This helps in maintaining accurate and clear documentation within the code.
  • Loading branch information
koriym committed Sep 3, 2024
1 parent 3abfa15 commit a86d295
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/StorageMemcachedEtagModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ final class StorageMemcachedEtagModule extends AbstractModule
/** @var list<list<string>> */
private readonly array $memcacheServer;

/** @param string $redisServer 'localhost:6379' {host}:{port} */
public function __construct(
string $memcacheServer,
AbstractModule|null $module = null,
Expand Down

0 comments on commit a86d295

Please sign in to comment.