X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=application%2Fhub%2Fmain%2Fpools%2Fpeer%2Fclass_DefaultPeerPool.php;h=166d5d95eeb007b26484b65c910318fae12abddc;hb=f33fd598a1a77034720172ea80353e4d4c0f9662;hp=bb76056fe8817678b1285a553bc3be0fd76870b5;hpb=d825bc497068a4b2bca1015a4a42749284851eee;p=hub.git diff --git a/application/hub/main/pools/peer/class_DefaultPeerPool.php b/application/hub/main/pools/peer/class_DefaultPeerPool.php index bb76056fe..166d5d95e 100644 --- a/application/hub/main/pools/peer/class_DefaultPeerPool.php +++ b/application/hub/main/pools/peer/class_DefaultPeerPool.php @@ -38,7 +38,7 @@ class DefaultPeerPool extends BasePool implements PoolablePeer { * @param $listenerInstance A Listenable instance * @return $poolInstance An instance a Poolable class */ - public final static function createDefaultPeerPool (Listenable $listenerInstance) { + public static final function createDefaultPeerPool (Listenable $listenerInstance) { // Get new instance $poolInstance = new DefaultPeerPool();