]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/package/class_NetworkPackage.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / package / class_NetworkPackage.php
index 323dba060d5854601be8f64adf85748f561245a0..165e74ecc248e9551cc7564b00f36ca47468b742 100644 (file)
@@ -127,7 +127,7 @@ class NetworkPackage extends BaseFrameworkSystem implements Deliverable, Registe
         * @param       $compressorInstance             A Compressor instance for compressing the content
         * @return      $packageInstance                An instance of a Deliverable class
         */
-       public final static function createNetworkPackage (Compressor $compressorInstance) {
+       public static final function createNetworkPackage (Compressor $compressorInstance) {
                // Get new instance
                $packageInstance = new NetworkPackage();