]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/listener/tcp/class_TcpListener.php
Introduced getListIterator() to all lists implementing Listable
[hub.git] / application / hub / main / listener / tcp / class_TcpListener.php
index c972c1f5f6d6a156e33f1ae71ab38ce8e4f17141..005831ffc2f9c5e4676e3805fa910d765aba8cf6 100644 (file)
@@ -249,8 +249,8 @@ class TcpListener extends BaseListener implements Listenable {
         * @param       $packageData    Raw package data
         * @return      $accepts                Wether this listener does accept
         */
-       function ifListenerAcceptsPackageData (array $packageData) {
-               $this->partialStub('This call should not happen. Please report.');
+       public function ifListenerAcceptsPackageData (array $packageData) {
+               $this->partialStub('This call should not happen. Please report it.');
        }
 }