Skip to content

Conversation

agxmeister
Copy link
Member

No description provided.

'ip_address',
]);
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add new line at the end of the file.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW in PhpStorm there is a setting Ensure line feed at file end on Save in Editor > General section. It is highly recommended to enable the setting.

@@ -18,9 +19,22 @@ public function create(array $properties)

$infoGeneral = $info->addChild('gen_setup');
foreach ($properties as $name => $value) {
if (!is_scalar($value)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why there is the filter for gen_setup and there is no filter for hosting? What is the case?

*/
public function getHosting($field, $value)
{
$items = $this->_getItems(Struct\HostingInfo::class, 'hosting', $field, $value, function ($node) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

array_filter($this->_getItems, function ($node) { ... })

@xgin xgin merged commit fbed8da into plesk:master Mar 27, 2017
mrsombre pushed a commit that referenced this pull request Aug 2, 2019
…to master

* commit 'd87c75af81a587b64e09c97e188a334b696c1b63':
  FEATURE PPP-30318 Category, CategoryFeatured components
  FEATURE PPP-30318 Category, CategoryFeatured components
mrsombre pushed a commit that referenced this pull request Jul 14, 2020
…hange-ruby-version-PPP-19754 to master

* commit '928badb8a02f502ca6f2a3df343b367baf9036ed':
  FEATURE PPP-19754 Add popup for ruby version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants