Skip to content

Commit ee5dcf4

Browse files
committed
Add return type hint
1 parent fe3eb6d commit ee5dcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compute/v2/Models/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public function revertResize()
252252
* @param int $length The number of lines, by default all lines will be returned.
253253
* @return string
254254
*/
255-
public function getConsoleOutput(int $length = -1)
255+
public function getConsoleOutput(int $length = -1): string
256256
{
257257
$response = $this->execute($this->api->getConsoleOutput(), [
258258
'id' => $this->id,

0 commit comments

Comments
 (0)