From 9f4a0e0f983b4a6953bf6f5e60d5236a28811eda Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 12 Sep 2015 07:57:35 +0200 Subject: [PATCH] Opps. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../listener/socket/class_SocketFileListener.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/inc/main/classes/listener/socket/class_SocketFileListener.php b/inc/main/classes/listener/socket/class_SocketFileListener.php index 2be9dff7..b9c2bc3a 100644 --- a/inc/main/classes/listener/socket/class_SocketFileListener.php +++ b/inc/main/classes/listener/socket/class_SocketFileListener.php @@ -72,7 +72,7 @@ class SocketFileListener extends BaseListener implements Listenable { * @return $accepts Whether this listener does accept */ public function ifListenerAcceptsPackageData (array $packageData) { - $this->partialStub('Need to implement this method.') { + $this->partialStub('Need to implement this method.'); } /** @@ -82,7 +82,7 @@ class SocketFileListener extends BaseListener implements Listenable { * @return void */ public function monitorIncomingRawData () { - $this->partialStub('Need to implement this method.') { + $this->partialStub('Need to implement this method.'); } /** @@ -91,7 +91,7 @@ class SocketFileListener extends BaseListener implements Listenable { * @return $listenAddress The address this listener should listen on */ public function getListenAddress () { - $this->partialStub('Need to implement this method.') { + $this->partialStub('Need to implement this method.'); } /** @@ -100,7 +100,7 @@ class SocketFileListener extends BaseListener implements Listenable { * @return $listenPort The port this listener should listen on */ public function getListenPort () { - $this->partialStub('Need to implement this method.') { + $this->partialStub('Need to implement this method.'); } /** @@ -109,7 +109,7 @@ class SocketFileListener extends BaseListener implements Listenable { * @return $connectionType Connection type for this listener */ public function getConnectionType () { - $this->partialStub('Need to implement this method.') { + $this->partialStub('Need to implement this method.'); } /** @@ -118,7 +118,7 @@ class SocketFileListener extends BaseListener implements Listenable { * @return $poolInstance The peer pool instance we shall set */ public function getPoolInstance () { - $this->partialStub('Need to implement this method.') { + $this->partialStub('Need to implement this method.'); } } -- 2.39.5