Skip to content

Commit df368cd

Browse files
committed
PSR2 fix
1 parent 5ac1493 commit df368cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/compute/v2/hypervisors/list_hypervisors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818

1919
$hypervisors = $compute->listHypervisors();
2020

21-
foreach($hypervisors as $hypervisor) {
21+
foreach ($hypervisors as $hypervisor) {
2222
/**@var Hypervisor $hypervisor*/
2323
}

0 commit comments

Comments
 (0)