From 1e3e587721b58c93788d1706cca08a4b3fd4b8e7 Mon Sep 17 00:00:00 2001 From: Denis Paavilainen Date: Sun, 24 Feb 2019 01:43:39 +0300 Subject: [PATCH] Apply fixes from StyleCI (#27) --- src/Bucket.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Bucket.php b/src/Bucket.php index 1fc34d4..21156c6 100644 --- a/src/Bucket.php +++ b/src/Bucket.php @@ -371,7 +371,6 @@ public function read(Connection $connection) : ?self */ public function request(?CommandInterface $command = null) : self { - $this->setReturnData(true); $this->setReturnCode(1); $this->setFlags(self::LEVIN_PACKET_REQUEST);