File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ class Builder
3636 private $ defaults = ['urlType ' => 'publicURL ' ];
3737
3838 /**
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.
4040 * Eventually they will be merged (and if necessary overridden) by the
41- * service-specific options passed in.
41+ * service-specific options passed in
4242 * @param string $rootNamespace API classes' root namespace
4343 */
4444 public function __construct (array $ globalOptions = [], $ rootNamespace = 'OpenStack ' )
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ public function revertResize()
308308 */
309309 public function getConsoleOutput (int $ length = -1 ): string
310310 {
311- $ definition = $ length == - 1 ? $ this ->api ->getAllConsoleOutput () : $ this ->api ->getConsoleOutput ();
311+ $ definition = - 1 == $ length ? $ this ->api ->getAllConsoleOutput () : $ this ->api ->getConsoleOutput ();
312312
313313 $ response = $ this ->execute ($ definition , [
314314 'os-getConsoleOutput ' => new \stdClass (),
@@ -322,8 +322,8 @@ public function getConsoleOutput(int $length = -1): string
322322 /**
323323 * Gets a VNC console for a server.
324324 *
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
327327 *
328328 * @return array
329329 */
You can’t perform that action at this time.
0 commit comments