@@ -57,8 +57,7 @@ private function getService()
5757
5858 private function getNetworkService ()
5959 {
60- if (!$ this ->networkService )
61- {
60+ if (!$ this ->networkService ) {
6261 $ this ->networkService = Utils::getOpenStack ()->networkingV2 ();
6362 }
6463
@@ -67,8 +66,7 @@ private function getNetworkService()
6766
6867 private function getBlockStorageService ()
6968 {
70- if (!$ this ->blockStorageService )
71- {
69+ if (!$ this ->blockStorageService ) {
7270 $ this ->blockStorageService = Utils::getOpenStack ()->blockStorageV2 ();
7371 }
7472
@@ -172,8 +170,6 @@ public function runTests()
172170
173171 // Limits
174172 $ this ->getLimits ();
175-
176-
177173 } finally {
178174 // Teardown
179175 $ this ->deleteServer ();
@@ -188,7 +184,6 @@ public function runTests()
188184
189185 private function createServer ()
190186 {
191-
192187 $ replacements = [
193188 '{serverName} ' => $ this ->randomStr (),
194189 '{imageId} ' => $ this ->imageId ,
@@ -532,7 +527,6 @@ private function addSecurityGroupToServer()
532527
533528 /**@var Server $server*/
534529 $ this ->logStep ('Added security group {secGroupName} to server {serverId} ' , $ replacements );
535-
536530 }
537531
538532 private function listServerSecurityGroups ()
@@ -563,7 +557,6 @@ private function removeServerSecurityGroup()
563557
564558 private function attachVolumeToServer ()
565559 {
566-
567560 $ replacements = [
568561 '{serverId} ' => $ this ->serverId ,
569562 '{volumeId} ' => $ this ->volume ->id
0 commit comments