]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/compressor/class_GzipCompressor.php
Rewritten a lot double-quotes to single-requotes, removed deprecated exception, some...
[core.git] / inc / classes / main / compressor / class_GzipCompressor.php
index b4a30253bd7052e8bc5fc231d84647186f280bf9..8ba2d72e245b16f1af166d2e9457c653af8c6fa8 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -88,10 +88,10 @@ class GzipCompressor extends BaseFrameworkSystem implements Compressor {
        /**
         * Getter for the file extension of this compressor
         *
-        * @return      $string Returns always "gz"
+        * @return      $string Returns always 'gz'
         */
        public final function getCompressorExtension () {
-               return "gz";
+               return 'gz';
        }
 }