@@ -41,7 +41,7 @@ |
||
41 | 41 | $response = $this->_client->request($packet, \PleskX\Api\Client::RESPONSE_FULL); |
42 | 42 | |
43 | 43 | $items = []; |
44 | - foreach ( $response->xpath('//result')as $xmlResult) { |
|
44 | + foreach ($response->xpath('//result')as $xmlResult) { |
|
45 | 45 | $items[] = new Struct\Info($xmlResult); |
46 | 46 | } |
47 | 47 |