Completed
Pull Request — master (#13)
by
unknown
02:07
created
src/PleskX/Api/Operator/Database.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.