Completed
Push — master ( 68323b...c1c7c7 )
by Vijay
08:01
created
system/vendor/swift/Swift/Connection/Sendmail.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -191,6 +191,7 @@
 block discarded – undo
191 191
   /**
192 192
    * Write a command to the open pipe
193 193
    * @param string The command to write
194
+   * @param string $command
194 195
    * @throws Swift_ConnectionException If the pipe cannot be written to
195 196
    */
196 197
   protected function pipeIn($command, $end="\r\n")
Please login to merge, or discard this patch.
system/vendor/swift/Swift/Connection/SMTP.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -144,6 +144,7 @@
 block discarded – undo
144 144
   /**
145 145
    * Set the remote port number to connect to
146 146
    * @param int Port number
147
+   * @param integer|null $port
147 148
    */
148 149
   public function setPort($port)
149 150
   {
Please login to merge, or discard this patch.
system/vendor/swift/Swift/Events/ListenerMapper.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -36,6 +36,7 @@
 block discarded – undo
36 36
   
37 37
   /**
38 38
    * Get the name of the method which needs running based upon the listener name
39
+   * @param string $listener
39 40
    * @return string
40 41
    */
41 42
   public static function getNotifyMethod($listener)
Please login to merge, or discard this patch.
system/vendor/swift/Swift/Message.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -134,6 +134,7 @@
 block discarded – undo
134 134
    * @param string Key 1
135 135
    * @param string Key 2
136 136
    * @param string $where
137
+   * @param string $key
137 138
    * @return Object
138 139
    */
139 140
   protected function getReference($where, $key)
Please login to merge, or discard this patch.
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.