]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/listener/udp/class_UdpListener.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / listener / udp / class_UdpListener.php
index c17064c504aea53fb8212cd67a4102c6de21fbfc..04c791eede8aa685ee3ced9aaaa097a297d847ce 100644 (file)
@@ -38,7 +38,7 @@ class UdpListener extends BaseListener implements Listenable {
         * @param       $nodeInstance           A NodeHelper instance
         * @return      $listenerInstance       An instance a prepared listener class
         */
-       public final static function createUdpListener (NodeHelper $nodeInstance) {
+       public static final function createUdpListener (NodeHelper $nodeInstance) {
                // Get new instance
                $listenerInstance = new UdpListener();