Skip to content

Commit 1f9b9ea

Browse files
committed
Update styling
1 parent 3b7a24b commit 1f9b9ea

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

src/WmiScripting/Support/ApiObjects/SWbemObjectSet.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public function instantiateModels(Win32Model $model): ObjectSet
5252
{
5353
$this->set = $this->set->map(function (ObjectItem $item) use ($model) {
5454
$item->instantiateWin32Model($model);
55+
5556
return $item;
5657
});
5758

src/WmiScripting/Support/ComVariantWrapper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public function propertyExists(string $property)
6666
{
6767
try {
6868
$this->comObject->{$property};
69+
6970
return true;
7071
} catch (\Exception $exception) {
7172
return false;

src/WmiScripting/Testing/CallStacks/ComCallStack.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ protected function getBacktrace()
100100
) {
101101
return $found_detected = true;
102102
}
103+
103104
return $key === $wrapper_call_key || $key === $wrapper_call_key + 1;
104105
})->values()->map(function ($trace) {
105106
return new ComTraceSubject(

src/WmiScripting/Win32Model.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ public function getConnectionName()
100100
}
101101

102102
/**
103-
* @param Connection|string|null $connection
103+
* @param Connection|string|null $connection
104104
*
105-
* @return Connection
105+
* @return Connection
106106
*
107-
* @throws InvalidConnectionException
107+
* @throws InvalidConnectionException
108108
*/
109109
public function getConnection($connection = null)
110110
{

0 commit comments

Comments
 (0)