Skip to content

Commit b9bada5

Browse files
committed
Merge pull request bergie#4 from frega/master
Set DNode handleConnection to protected rather than private.
2 parents dd8fb13 + bf70d56 commit b9bada5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DNode/DNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function listen()
5757
}
5858
}
5959

60-
private function handleConnection($stream, $params)
60+
protected function handleConnection($stream, $params)
6161
{
6262
$client = $this->protocol->create();
6363
foreach ($this->stack as $middleware) {

0 commit comments

Comments
 (0)