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
@@ -192,8 +192,6 @@ use Predis\Command\CommandInterface;
* @method $this georadiusbymember($key, $member, $radius, $unit, array $options = null)
* @method $this geosearch(string $key, FromInterface $from, ByInterface $by, ?string $sorting = null, int $count = -1, bool $any = false, bool $withCoord = false, bool $withDist = false, bool $withHash = false)
* @method $this geosearchstore(string $destination, string $source, FromInterface $from, ByInterface $by, ?string $sorting = null, int $count = -1, bool $any = false, bool $storeDist = false)
*
* @author Daniele Alessandri <suppakilla@gmail.com>
*/
interface ClientContextInterface
{