Passed
Push — master ( 2ea88e...404a7f )
by Zaahid
03:05
created
src/Message/MessageParser.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -143,11 +143,11 @@
 block discarded – undo
143 143
     /**
144 144
      * 
145 145
      * 
146
-     * @param type $handle
146
+     * @param resource $handle
147 147
      * @param MimePart $part
148 148
      * @param Message $message
149
-     * @param type $contentStartPos
150
-     * @param type $boundaryLength
149
+     * @param integer $contentStartPos
150
+     * @param integer $boundaryLength
151 151
      */
152 152
     protected function attachStreamHandles($handle, MimePart $part, Message $message, $contentStartPos, $boundaryLength)
153 153
     {
Please login to merge, or discard this patch.