We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3eb6d commit ee5dcf4Copy full SHA for ee5dcf4
src/Compute/v2/Models/Server.php
@@ -252,7 +252,7 @@ public function revertResize()
252
* @param int $length The number of lines, by default all lines will be returned.
253
* @return string
254
*/
255
- public function getConsoleOutput(int $length = -1)
+ public function getConsoleOutput(int $length = -1): string
256
{
257
$response = $this->execute($this->api->getConsoleOutput(), [
258
'id' => $this->id,
0 commit comments