From: Roland Haeder Date: Sat, 12 Sep 2015 05:57:35 +0000 (+0200) Subject: Opps. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9f4a0e0f983b4a6953bf6f5e60d5236a28811eda;p=core.git Opps. Signed-off-by: Roland Häder --- 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.'); } }