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
-2
View File
@@ -38,8 +38,6 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
* one with its own responsibility and scope.
*
* @template-implements \IteratorAggregate<string, static>
*
* @author Daniele Alessandri <suppakilla@gmail.com>
*/
class Client implements ClientInterface, \IteratorAggregate
{