// Then use this instance
$packageInstance = Registry::getRegistry()->getInstance('network_package');
} else {
- /**
+ /*
* Prepare the compressor for our package, ZLIB should be fine but we
* keep it open here so you can experiment with the settings and don't
* need to touch any code.
// Prepare the decorator compressor (for later flawless and easy updates)
$compressorInstance = self::createObjectByConfiguredName('deco_package_compressor_class', array($compressorInstance));
- // Now prepare the network package for delivery so only need to do this
- // once just before the "big announcement loop".
+ /*
+ * Now prepare the network package for delivery so only need to do this
+ * once just before the "big announcement loop".
+ */
$packageInstance = self::createObjectByConfiguredName('network_package_class', array($compressorInstance));
// Set the instance in registry for further use