Completed
Branch master (af297d)
by Zaahid
08:20
created
src/Stream/UUEncodeStreamFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
      * Filters the lines in the passed $lines array, returning a concatenated
103 103
      * string of decoded lines.
104 104
      * 
105
-     * @param array $lines
105
+     * @param string[] $lines
106 106
      * @param int $consumed
107 107
      * @return string
108 108
      */
Please login to merge, or discard this patch.
src/Stream/QuotedPrintableDecodeStreamFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
      * Filters the lines in the passed $lines array, returning a concatenated
103 103
      * string of decoded lines.
104 104
      * 
105
-     * @param array $lines
105
+     * @param string[] $lines
106 106
      * @param int $consumed
107 107
      * @return string
108 108
      */
Please login to merge, or discard this patch.