Minor: Comments improved
[core.git] / inc / classes / main / compressor / class_GzipCompressor.php
index 2f6275b8d145740c2a88614393b7a6e682024a78..afd0285b8a517012f7c3fd875c57b6672ec50785 100644 (file)
@@ -33,9 +33,9 @@ class GzipCompressor extends BaseFrameworkSystem implements Compressor {
        }
 
        /**
-        * Create a new compressor channel based a given compression handler
+        * Create a new compressor channel based a given compression handler or NULL if the required PHP functions are not found.
         *
-        * @return      $compressorInstance             An instance of this class
+        * @return      $compressorInstance             An instance of this class or NULL if the required PHP functions are not found.
         */
        public static final function createGzipCompressor () {
                // Routines not found by default