Apply fixes from StyleCI (#13208)

This commit is contained in:
Jellyfrog
2021-09-08 23:35:56 +02:00
committed by GitHub
parent c6d2385c3a
commit 26b95c0ccc
370 changed files with 1667 additions and 1667 deletions

View File

@@ -18,7 +18,7 @@
/**
* Fetch all VM's in a Proxmox Cluster
* @param string $c Clustername
* @param string $c Clustername
* @return array An array with all the VM's on this cluster
*/
function proxmox_cluster_vms($c)
@@ -28,7 +28,7 @@ function proxmox_cluster_vms($c)
/**
* Fetch all VM's on a Proxmox node
* @param int $n device_id
* @param int $n device_id
* @return array An array with all the VM's on this node
*/
function proxmox_node_vms($n)
@@ -38,8 +38,8 @@ function proxmox_node_vms($n)
/**
* Fetch all info about a Proxmox VM
* @param int $vmid Proxmox VM ID
* @param string $c Clustername
* @param int $vmid Proxmox VM ID
* @param string $c Clustername
* @return array An array with all info of this VM on this cluster, including ports
*/
function proxmox_vm_info($vmid, $c)