We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f44fd commit 60826d8Copy full SHA for 60826d8
src/WmiScripting/Support/ApiObjects/SWbemObjectSet.php
@@ -35,7 +35,7 @@ public function __construct(VariantWrapper $variant, array $resolve_property_set
35
{
36
parent::__construct($variant);
37
38
- $this->count = $this->object->Count;
+ $this->count = (int) $this->object->Count;
39
$this->resolve_property_sets = $resolve_property_sets;
40
$this->set = new ObjectSetCollection();
41
$this->buildSet();
0 commit comments