Skip to content

Commit ab15293

Browse files
committed
remove unused methods
1 parent 9f5ad24 commit ab15293

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

tests/Classes/Publisher.php

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -50,24 +50,4 @@ public function publish($content): void
5050
$this->output = json_encode($content);
5151
}
5252
}
53-
54-
/**
55-
* Set output stream
56-
*
57-
* @param string $stream
58-
*/
59-
public function setStream(string $stream): void
60-
{
61-
// Nada
62-
}
63-
64-
/**
65-
* Get output stream
66-
*
67-
* @return string
68-
*/
69-
public function getStream(): string
70-
{
71-
return 'variable';
72-
}
7353
}

0 commit comments

Comments
 (0)