File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Component/Console/Tests/Helper Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ public function testAskWithAutocomplete()
201
201
202
202
public function testAskWithAutocompleteCallback ()
203
203
{
204
- if (!$ this -> hasSttyAvailable ()) {
204
+ if (!Terminal:: hasSttyAvailable ()) {
205
205
$ this ->markTestSkipped ('`stty` is required to test autocomplete functionality ' );
206
206
}
207
207
Original file line number Diff line number Diff line change @@ -74,7 +74,9 @@ public function getContent(bool $throw = true): string;
74
74
public function toArray (bool $ throw = true ): array ;
75
75
76
76
/**
77
- * Cancels the response.
77
+ * Closes the response stream and all related buffers.
78
+ *
79
+ * No further chunk will be yielded after this method has been called.
78
80
*/
79
81
public function cancel (): void ;
80
82
You can’t perform that action at this time.
0 commit comments