diff --git a/modules/cloud_service_providers/openstack/src/Service/OpenStackBatchOperations.php b/modules/cloud_service_providers/openstack/src/Service/OpenStackBatchOperations.php index f19e36b5..c904e5e6 100644 --- a/modules/cloud_service_providers/openstack/src/Service/OpenStackBatchOperations.php +++ b/modules/cloud_service_providers/openstack/src/Service/OpenStackBatchOperations.php @@ -37,7 +37,7 @@ class OpenStackBatchOperations { * The instance array. */ public static function updateInstance($cloud_context, array $instance) { - /* @var \Drupal\openstack\Service\OpenstackEc2Service $openStackEc2Service */ + /* @var \Drupal\openstack\Service\OpenStackEc2Service $openStackEc2Service */ $openStackEc2Service = \Drupal::service('openstack.ec2'); $openStackEc2Service->setCloudContext($cloud_context);