We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18adaf3 + 3896990 commit adc87b1Copy full SHA for adc87b1
1 file changed
src/Commands/ScreenshotCommand.php
@@ -81,8 +81,7 @@ public function createScreenshot($projectId, $environment, array $options = ['wa
81
82
$this->io()->write($screenshotId);
83
84
- // Successful exit.
85
- return new ResultData();
+ return $screenshotId;
86
}
87
88
/**
0 commit comments