Shorten Longer Lines
The properties I've added have made these some pretty long lines
This commit is contained in:
@@ -192,7 +192,18 @@ CERTIFICATE;
|
||||
'http3' => 'on',
|
||||
'min_tls_version' => '1.2'
|
||||
];
|
||||
$result = $zones->updateHostname('023e105f4ecef8ad9ca31a8372d0c353', '0d89c70d-ad9f-4843-b99f-6cc0252067e9', 'http', 'dv', $sslSettings, 'origin.example.com', true, 'optimal', $customKey, $customCertificate);
|
||||
$result = $zones->updateHostname(
|
||||
'023e105f4ecef8ad9ca31a8372d0c353',
|
||||
'0d89c70d-ad9f-4843-b99f-6cc0252067e9',
|
||||
'http',
|
||||
'dv',
|
||||
$sslSettings,
|
||||
'origin.example.com',
|
||||
true,
|
||||
'optimal',
|
||||
$customKey,
|
||||
$customCertificate
|
||||
);
|
||||
|
||||
$this->assertObjectHasAttribute('id', $result);
|
||||
$this->assertObjectHasAttribute('hostname', $result);
|
||||
|
||||
Reference in New Issue
Block a user