Skip to content

Commit 965dc51

Browse files
committed
Newline should be present before the return statement
1 parent d631ec1 commit 965dc51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Api/Operator/ServicePlan.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class ServicePlan extends \PleskX\Api\Operator
1515
public function create($properties)
1616
{
1717
$response = $this->request(['add' => $properties]);
18+
1819
return new Struct\Info($response);
1920
}
2021

0 commit comments

Comments
 (0)