We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c144d commit d631ec1Copy full SHA for d631ec1
src/Api/Operator/ServicePlan.php
@@ -9,6 +9,7 @@ class ServicePlan extends \PleskX\Api\Operator
9
{
10
/**
11
* @param array $properties
12
+ *
13
* @return Struct\Info
14
*/
15
public function create($properties)
@@ -20,6 +21,7 @@ public function create($properties)
20
21
22
* @param string $field
23
* @param int|string $value
24
25
* @return bool
26
27
public function delete($field, $value)
tests/ServicePlanTest.php
@@ -51,7 +51,7 @@ public function testCreateComplexServicePlan()
51
'overuse' => 'block',
52
'limit' => [
53
'name' => 'disk_space',
54
- 'value' => 1024*1024*1024, // 1 GB
+ 'value' => 1024 * 1024 * 1024, // 1 GB
55
],
56
57
'preferences' => [
0 commit comments