-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting disk usage details #54
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, review formatting issues
src/Api/Operator/Webspace.php
Outdated
@@ -2,6 +2,7 @@ | |||
// Copyright 1999-2019. Plesk International GmbH. | |||
|
|||
namespace PleskX\Api\Operator; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove white-space change
src/Api/Operator/Webspace.php
Outdated
@@ -34,7 +35,7 @@ public function getPhysicalHostingDescriptor() | |||
public function create(array $properties, array $hostingProperties = null, $planName = null) | |||
{ | |||
$packet = $this->_client->getPacket(); | |||
$info = $packet->addChild($this->_wrapperTag)->addChild('add'); | |||
$info = $packet->addChild($this->_wrapperTag)->addChild('add'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove white-space change
$items = $this->_getItems(Struct\DiskUsage::class, 'disk_usage', $field, $value); | ||
return reset($items); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove white-space change
Formatting issues should be resolved now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, check this additions to review
This may help #24