Fix PHPCS errors

References #6
This commit is contained in:
Oliver Davies 2020-05-30 13:01:12 +01:00
parent e9d6878899
commit 7d8a2dffc5

View file

@ -16,10 +16,10 @@ class Config
private $password; private $password;
public function __construct( public function __construct(
int $vendorId, int $vendorId,
string $username, string $username,
string $password string $password
) { ) {
$this->password = $password; $this->password = $password;
$this->username = $username; $this->username = $username;
$this->vendorId = $vendorId; $this->vendorId = $vendorId;