Opps.
authorRoland Haeder <roland@mxchange.org>
Sat, 12 Sep 2015 05:57:35 +0000 (07:57 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 12 Sep 2015 05:57:35 +0000 (07:57 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/main/classes/listener/socket/class_SocketFileListener.php

index 2be9dff775eeeed695e5aaba0fa389d9a1ddfb52..b9c2bc3a7b44bb074adcceffb02e616447d43958 100644 (file)
@@ -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.');
        }
 }