Completed
Push — dev-master ( c1c7c7...231c30 )
by Vijay
07:08
created
modules/smarty/libraries/MY_View.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -2,6 +2,9 @@
 block discarded – undo
2 2
 
3 3
 class View extends View_Core
4 4
 {
5
+    /**
6
+     * @param string|null $name
7
+     */
5 8
     public function __construct($name, $data = null, $type = null)
6 9
     {
7 10
         $smarty_ext = Kohana::config('smarty.templates_ext');
Please login to merge, or discard this patch.
system/core/utf8/str_split.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/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/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/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.
system/vendor/swift/Swift.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -328,6 +328,7 @@
 block discarded – undo
328 328
    * @param Swift_Message The message to send.  This does not need to (and shouldn't really) have any of the recipient headers set.
329 329
    * @param mixed The recipients to send to.  Can be a string, Swift_Address or Swift_RecipientList. Note that all addresses apart from Bcc recipients will appear in the message headers
330 330
    * @param mixed The address to send the message from.  Can either be a string or an instance of Swift_Address.
331
+   * @param Swift_Address $from
331 332
    * @return int The number of successful recipients
332 333
    * @throws Swift_ConnectionException If sending fails for any reason.
333 334
    */
Please login to merge, or discard this patch.