Skip to content

Commit d3d5667

Browse files
committed
Fix styling
1 parent 1fccc9f commit d3d5667

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/WmiScripting/Scripting.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ public function query($connection = null): WmiQueryFactory
6565
}
6666

6767
/**
68-
* @param string $name
69-
* @param Connection|array|null $connection
68+
* @param string $name
69+
* @param Connection|array|null $connection
7070
*
7171
* @throws InvalidConnectionException
7272
*
@@ -98,8 +98,8 @@ public function addConnection(string $name, $connection): self
9898
}
9999

100100
/**
101-
* @param string $name
102-
* @param Connection|array|null $connection
101+
* @param string $name
102+
* @param Connection|array|null $connection
103103
*
104104
* @throws InvalidConnectionException
105105
*

0 commit comments

Comments
 (0)