File tree Expand file tree Collapse file tree 4 files changed +6
-13
lines changed Expand file tree Collapse file tree 4 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ after_success:
36
36
37
37
notifications :
38
38
email :
39
- - jamie.hannaford@rackspace .com
39
+ - thanhha.work@gmail .com
Original file line number Diff line number Diff line change 32
32
"OpenStack\\ Integration\\ " : " tests/integration/"
33
33
}
34
34
},
35
- "repositories" : [
36
- {
37
- "type" : " vcs" ,
38
- "url" : " https://github.com/php-opencloud/Sami"
39
- }
40
- ],
41
35
"require" : {
42
36
"php" : " ~7.0" ,
43
37
"guzzlehttp/guzzle" : " ~6.1" ,
44
38
"justinrainbow/json-schema" : " ~5.2"
45
39
},
46
40
"require-dev" : {
47
41
"phpunit/phpunit" : " ^6.5" ,
48
- "sami/sami" : " dev-master" ,
49
42
"psr/log" : " ^1.0" ,
50
43
"satooshi/php-coveralls" : " ^2.0" ,
51
44
"jakub-onderka/php-parallel-lint" : " ^1.0" ,
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ class Builder
36
36
private $ defaults = ['urlType ' => 'publicURL ' ];
37
37
38
38
/**
39
- * @param array $globalOptions Options that will be applied to every service created by this builder.
39
+ * @param array $globalOptions options that will be applied to every service created by this builder.
40
40
* Eventually they will be merged (and if necessary overridden) by the
41
- * service-specific options passed in.
41
+ * service-specific options passed in
42
42
* @param string $rootNamespace API classes' root namespace
43
43
*/
44
44
public function __construct (array $ globalOptions = [], $ rootNamespace = 'OpenStack ' )
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ public function revertResize()
308
308
*/
309
309
public function getConsoleOutput (int $ length = -1 ): string
310
310
{
311
- $ definition = $ length == - 1 ? $ this ->api ->getAllConsoleOutput () : $ this ->api ->getConsoleOutput ();
311
+ $ definition = - 1 == $ length ? $ this ->api ->getAllConsoleOutput () : $ this ->api ->getConsoleOutput ();
312
312
313
313
$ response = $ this ->execute ($ definition , [
314
314
'os-getConsoleOutput ' => new \stdClass (),
@@ -322,8 +322,8 @@ public function getConsoleOutput(int $length = -1): string
322
322
/**
323
323
* Gets a VNC console for a server.
324
324
*
325
- * @param string $type The type of VNC console: novnc|xvpvnc.
326
- * Defaults to novnc.
325
+ * @param string $type the type of VNC console: novnc|xvpvnc.
326
+ * Defaults to novnc
327
327
*
328
328
* @return array
329
329
*/
You can’t perform that action at this time.
0 commit comments