From 7d8a2dffc53727bf217cd30a90a34dbaa0071965 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 30 May 2020 13:01:12 +0100 Subject: [PATCH] Fix PHPCS errors References #6 --- src/Glassboxx/Config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Glassboxx/Config.php b/src/Glassboxx/Config.php index 1f7a16a..bd71c30 100644 --- a/src/Glassboxx/Config.php +++ b/src/Glassboxx/Config.php @@ -16,10 +16,10 @@ class Config private $password; public function __construct( - int $vendorId, + int $vendorId, string $username, string $password - ) { + ) { $this->password = $password; $this->username = $username; $this->vendorId = $vendorId;