Skip to content

Commit ea72ba2

Browse files
committed
Fixing noted issues
1 parent ee7b055 commit ea72ba2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Compute/v2/Models/Host.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616
class Host extends OperatorResource implements Listable, Retrievable
1717
{
18-
1918
/** @var string **/
2019
public $name;
2120

src/Compute/v2/Params.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function imageId(): array
114114
{
115115
return [
116116
'type' => self::STRING_TYPE,
117-
'required' => false,
117+
'required' => true,
118118
'sentAs' => 'imageRef',
119119
'description' => 'The UUID of the image to use for your server instance. This is not required in case of boot from volume. In all other cases it is required and must be a valid UUID',
120120
];

0 commit comments

Comments
 (0)