From d364f981cbc2d5fc44452c745b948420890a3ba2 Mon Sep 17 00:00:00 2001 From: Christopher Mancini Date: Tue, 10 Nov 2015 10:01:05 -0800 Subject: [PATCH] fix copy-paste fail --- src/Riak/Command/Builder/FetchStats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Riak/Command/Builder/FetchStats.php b/src/Riak/Command/Builder/FetchStats.php index f57c3f3..34834a9 100644 --- a/src/Riak/Command/Builder/FetchStats.php +++ b/src/Riak/Command/Builder/FetchStats.php @@ -35,7 +35,7 @@ public function __construct(Riak $riak) /** * {@inheritdoc} * - * @return Command\Ping; + * @return Command\Stats; */ public function build() {