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 eb27a49 commit 4736685Copy full SHA for 4736685
lib/PhpFlo/Test/ComponentTestHelperTrait.php
@@ -49,7 +49,6 @@ protected function connectInPorts(ComponentInterface $component)
49
protected function connectOutPorts(ComponentInterface $component)
50
{
51
$this->outPortSockets = [];
52
- $this->outPortCallbacks = [];
53
foreach ($component->outPorts() as $port) {
54
$socket = $this->stub(
55
InternalSocket::class,
0 commit comments