Skip to content

Commit d631ec1

Browse files
committed
Fix StyleCI issues
1 parent f6c144d commit d631ec1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Api/Operator/ServicePlan.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class ServicePlan extends \PleskX\Api\Operator
99
{
1010
/**
1111
* @param array $properties
12+
*
1213
* @return Struct\Info
1314
*/
1415
public function create($properties)
@@ -20,6 +21,7 @@ public function create($properties)
2021
/**
2122
* @param string $field
2223
* @param int|string $value
24+
*
2325
* @return bool
2426
*/
2527
public function delete($field, $value)

tests/ServicePlanTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function testCreateComplexServicePlan()
5151
'overuse' => 'block',
5252
'limit' => [
5353
'name' => 'disk_space',
54-
'value' => 1024*1024*1024, // 1 GB
54+
'value' => 1024 * 1024 * 1024, // 1 GB
5555
],
5656
],
5757
'preferences' => [

0 commit comments

Comments
 (0)