Passed
Branch dev-master (c1c7c7)
by Vijay
07:52
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.
system/core/utf8/ltrim.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -7,6 +7,7 @@
 block discarded – undo
7 7
  * @copyright  (c) 2007 Kohana Team
8 8
  * @copyright  (c) 2005 Harry Fuecks
9 9
  * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
10
+ * @param string $str
10 11
  */
11 12
 function _str_split($str, $split_length = 1)
12 13
 {
Please login to merge, or discard this patch.
system/libraries/drivers/Database/Mssql.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -297,6 +297,7 @@
 block discarded – undo
297 297
      * @param  resource  database link
298 298
      * @param  boolean   return objects or arrays
299 299
      * @param  string    SQL query that was run
300
+     * @param string $sql
300 301
      */
301 302
     public function __construct($result, $link, $object = true, $sql)
302 303
     {
Please login to merge, or discard this patch.
system/libraries/drivers/Database/Mysql.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -297,6 +297,7 @@
 block discarded – undo
297 297
      * @param  resource  database link
298 298
      * @param  boolean   return objects or arrays
299 299
      * @param  string    SQL query that was run
300
+     * @param string $sql
300 301
      */
301 302
     public function __construct($result, $link, $object = true, $sql)
302 303
     {
Please login to merge, or discard this patch.
system/libraries/drivers/Database/Pdosqlite.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -297,6 +297,7 @@
 block discarded – undo
297 297
      * @param  resource  database link
298 298
      * @param  boolean   return objects or arrays
299 299
      * @param  string    SQL query that was run
300
+     * @param string $sql
300 301
      */
301 302
     public function __construct($result, $link, $object = true, $sql)
302 303
     {
Please login to merge, or discard this patch.