Skip to content

Commit 4736685

Browse files
committed
Remove property initialization
1 parent eb27a49 commit 4736685

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/PhpFlo/Test/ComponentTestHelperTrait.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ protected function connectInPorts(ComponentInterface $component)
4949
protected function connectOutPorts(ComponentInterface $component)
5050
{
5151
$this->outPortSockets = [];
52-
$this->outPortCallbacks = [];
5352
foreach ($component->outPorts() as $port) {
5453
$socket = $this->stub(
5554
InternalSocket::class,

0 commit comments

Comments
 (0)