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 48634bd commit 532d102Copy full SHA for 532d102
src/Server/Transport/CallbackStream.php
@@ -33,7 +33,7 @@
33
*
34
* @author Kyrian Obikwelu <[email protected]>
35
*/
36
-final class CallbackStream implements StreamInterface
+final class CallbackStream implements \Stringable, StreamInterface
37
{
38
private bool $called = false;
39
0 commit comments