Completed
Push — master ( d87b02...4573bb )
by Harry
04:40
created
src/Modify/Compress/CompressionFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
     /**
67 67
      * @param string $compression
68 68
      *
69
-     * @return CompressorInterface
69
+     * @return CompressionTypeInterface
70 70
      * @throws InvalidCompressionTypeException
71 71
      */
72 72
     public function getCompressor($compression)
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     /**
82 82
      * @param string $compression CompressionType::
83 83
      *
84
-     * @return DeCompressorInterface
84
+     * @return CompressionTypeInterface
85 85
      * @throws InvalidCompressionTypeException
86 86
      */
87 87
     public function getDeCompressor($compression)
Please login to merge, or discard this patch.