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;