Remove @author tags

This commit is contained in:
Till Krüss
2023-01-17 13:38:17 -08:00
committed by Till Krüss
parent c9babb1984
commit 31b65f614b
274 changed files with 1 additions and 547 deletions
@@ -15,8 +15,6 @@ namespace Predis\Cluster\Hash;
/**
* An hash generator implements the logic used to calculate the hash of a key to
* distribute operations among Redis nodes.
*
* @author Daniele Alessandri <suppakilla@gmail.com>
*/
interface HashGeneratorInterface
{