]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/listener/tcp/decorators/class_HubTcpListenerDecorator.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / listener / tcp / decorators / class_HubTcpListenerDecorator.php
index d6e65827bbf2810b827d74b9e978e4f5e47666e9..a02b5fcbc4e7e5745854c6f695cce6e7bed071cf 100644 (file)
@@ -41,7 +41,7 @@ class HubTcpListenerDecorator extends BaseListenerDecorator implements Listenabl
         * @param       $listenerInstance       A Listener instance
         * @return      $decoratorInstance      An instance a prepared listener decorator class
         */
-       public final static function createHubTcpListenerDecorator (Listenable $listenerInstance) {
+       public static final function createHubTcpListenerDecorator (Listenable $listenerInstance) {
                // Get new instance
                $decoratorInstance = new HubTcpListenerDecorator();