Completed
Pull Request — master (#26)
by
unknown
02:12
created
src/PleskX/Api/Operator/Site.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
      */
68 68
     public function getHosting($field, $value)
69 69
     {
70
-        $items = $this->_getItems(Struct\HostingInfo::class, 'hosting', $field, $value, function ($node) {
70
+        $items = $this->_getItems(Struct\HostingInfo::class, 'hosting', $field, $value, function($node) {
71 71
             return isset($node->vrt_hst);
72 72
         });
73 73
         return empty($items) ? null : reset($items);
Please login to merge, or discard this patch.