Completed
Push — master ( 68323b...c1c7c7 )
by Vijay
08:01
created
system/vendor/swift/Swift/Message/Headers.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -73,6 +73,7 @@  discard block
 block discarded – undo
73 73
   /**
74 74
    * Set the line ending character to use
75 75
    * @param string The line ending sequence
76
+   * @param string $le
76 77
    * @return boolean
77 78
    */
78 79
   public function setLE($le)
@@ -296,6 +297,7 @@  discard block
 block discarded – undo
296 297
    * @param string The name of the main header
297 298
    * @param string The name of the attribute
298 299
    * @param string $name
300
+   * @param string $header
299 301
    * @return boolean
300 302
    */
301 303
   public function hasAttribute($header, $name)
Please login to merge, or discard this patch.
system/vendor/swift/Swift/Message/Mime.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -181,6 +181,7 @@
 block discarded – undo
181 181
   /**
182 182
    * Set the content type of this MIME document
183 183
    * @param string The content type to use in the same format as MIME 1.0 expects
184
+   * @param string $type
184 185
    */
185 186
   public function setContentType($type)
186 187
   {
Please login to merge, or discard this patch.