Completed
Push — master ( 487db1...396d03 )
by Zaahid
02:25
created
src/Stream/QuotedPrintableDecodeStreamFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
      * Filters the lines in the passed $lines array, returning a concatenated
59 59
      * string of decoded lines.
60 60
      * 
61
-     * @param array $lines
61
+     * @param string[] $lines
62 62
      * @param int $consumed
63 63
      * @return string
64 64
      */
Please login to merge, or discard this patch.
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.