Skip to content

Commit 4336c8e

Browse files
committed
Fixing type mismatch
1 parent 0e80341 commit 4336c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compute/v2/Models/Hypervisor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
class Hypervisor extends OperatorResource implements Listable
1212
{
13-
/** @var string */
13+
/** @var int */
1414
public $id;
1515

1616
/** @var string */

0 commit comments

Comments
 (0)