From 0ea83425cbf2f2fae52909bee85a606f93b1330e Mon Sep 17 00:00:00 2001 From: frostealth Date: Fri, 14 Apr 2017 01:17:25 +0600 Subject: [PATCH] fix cs --- src/commands/ListCommand.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/commands/ListCommand.php b/src/commands/ListCommand.php index 6a6080e..e9432a6 100644 --- a/src/commands/ListCommand.php +++ b/src/commands/ListCommand.php @@ -20,11 +20,11 @@ use GuzzleHttp\Promise\PromiseInterface; */ class ListCommand extends ExecutableCommand implements PlainCommand, HasBucket, Asynchronous { - use Async; - use Options; + use Async; + use Options; - /** @var array */ - protected $args = []; + /** @var array */ + protected $args = []; /** * @return string