Skip to content

Commit 5c1ffde

Browse files
committed
Apply fixes from StyleCI
1 parent 723f592 commit 5c1ffde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Models/PlacementGroups/PlacementGroups.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ public function setAdditionalData($input)
124124
* @param string $name
125125
* @param string $type
126126
* @param array $labels
127-
*
128127
* @return ?APIResponse
128+
*
129129
* @throws \LKDev\HetznerCloud\APIException|\GuzzleHttp\Exception\GuzzleException
130130
*/
131131
public function create(string $name, string $type, array $labels = [])
@@ -148,6 +148,7 @@ public function create(string $name, string $type, array $labels = [])
148148
'placement_group' => PlacementGroup::parse($payload->placement_group),
149149
], $response->getHeaders());
150150
}
151+
151152
return null;
152153
}
153154

0 commit comments

Comments
 (0)