From 14abfe81bdc4ea1193e73c730edd386a95a9c0c9 Mon Sep 17 00:00:00 2001 From: peterbakker Date: Fri, 3 Jul 2020 17:27:42 +0200 Subject: [PATCH] styling fixes --- src/Client.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Client.php b/src/Client.php index e08bff7..efc935b 100644 --- a/src/Client.php +++ b/src/Client.php @@ -368,7 +368,7 @@ class Client protected function getHttpClient() { if ($this->httpClient === null) { - $config = [ + $config = [ 'base_uri' => ( ($this->getOption('mode', self::MODE_LIVE) == self::MODE_LIVE) ? self::DIRECTORY_LIVE : self::DIRECTORY_STAGING), @@ -537,9 +537,9 @@ class Client $userDirectory = preg_replace('/[^a-z0-9]+/', '-', strtolower($this->getOption('username'))); return $this->getOption( - 'basePath', - 'le' - ) . DIRECTORY_SEPARATOR . $userDirectory . ($path === null ? '' : DIRECTORY_SEPARATOR . $path); + 'basePath', + 'le' + ) . DIRECTORY_SEPARATOR . $userDirectory . ($path === null ? '' : DIRECTORY_SEPARATOR . $path); } /**