Browse Source

add missing class docblocks

Puskás Zsolt 6 years ago
parent
commit
1c9b64310d

+ 2 - 2
modules/cache/classes/Cache/Memcached.php

@@ -13,10 +13,10 @@
  * CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE
  * IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
  *
- * @category  module
- * @package   kohana-memcached
+ * @package   Kohana/Cache
  * @author    gimpe <gimpehub@intljaywalkers.com>
  * @copyright 2011 International Jaywalkers
+ * @copyright (c) 2018 Koseven Team
  * @license   http://creativecommons.org/licenses/by/3.0/ CC BY 3.0
  * @link      http://github.com/gimpe/kohana-memcached
  */

+ 2 - 2
modules/cache/classes/Kohana/Cache/Memcached.php

@@ -13,10 +13,10 @@
  * CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE
  * IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
  *
- * @category  module
- * @package   kohana-memcached
+ * @package   Kohana/Cache
  * @author    gimpe <gimpehub@intljaywalkers.com>
  * @copyright 2011 International Jaywalkers
+ * @copyright (c) 2018 Koseven Team
  * @license   http://creativecommons.org/licenses/by/3.0/ CC BY 3.0
  * @link      http://github.com/gimpe/kohana-memcached
  */

+ 7 - 0
modules/encrypt/classes/Kohana/Encrypt.php

@@ -1,5 +1,12 @@
 <?php
 
+/**
+ * @package    Kohana/Encrypt
+ * @author     Kohana Team
+ * @copyright  (c) 2007-2012 Kohana Team
+ * @copyright  (c) 2016-2018 Koseven Team
+ * @license    https://koseven.ga/LICENSE.md
+ */
 class Kohana_Encrypt {
 
 	/**

+ 7 - 0
modules/encrypt/classes/Kohana/Encrypt/Engine.php

@@ -1,5 +1,12 @@
 <?php
 
+/**
+ * @package    Kohana/Encrypt
+ * @author     Kohana Team
+ * @copyright  (c) 2007-2012 Kohana Team
+ * @copyright  (c) 2016-2018 Koseven Team
+ * @license    https://koseven.ga/LICENSE.md
+ */
 abstract class Kohana_Encrypt_Engine {
 
 	/**

+ 1 - 2
modules/encrypt/classes/Kohana/Encrypt/Engine/Mcrypt.php

@@ -17,8 +17,7 @@
  *    data is written in binary form. By default, the "nofb" mode is used,
  *    which produces short output with high entropy.
  *
- * @package    Kohana
- * @category   Security
+ * @package    Kohana/Encrypt
  * @author     Kohana Team
  * @copyright  (c) Kohana Team
  * @license    https://koseven.ga/LICENSE.md

+ 1 - 2
modules/encrypt/classes/Kohana/Encrypt/Engine/Openssl.php

@@ -13,8 +13,7 @@
  *    is used.
  *
  *
- * @package    Kohana
- * @category   Security
+ * @package    Kohana/Encrypt
  * @author     Kohana Team
  * @copyright  (c) Kohana Team
  * @license    https://koseven.ga/LICENSE.md

+ 7 - 0
modules/minion/classes/Kohana/Minion/CLI.php

@@ -1,5 +1,12 @@
 <?php
 
+/**
+ * @package    Kohana/Minion
+ * @author     Kohana Team
+ * @copyright  (c) 2015 Kohana Team
+ * @copyright  (c) 2016-2018 Koseven Team
+ * @license    https://koseven.ga/LICENSE.md
+ */
 class Kohana_Minion_CLI {
 
 	public static $wait_msg = 'Press any key to continue...';

+ 2 - 4
modules/minion/classes/Kohana/Minion/Exception.php

@@ -1,9 +1,7 @@
 <?php
+
 /**
- * Minion exception
- *
- * @package    Kohana
- * @category   Minion
+ * @package    Kohana/Minion
  * @author     Kohana Team
  * @copyright  (c) Kohana Team
  * @license    https://koseven.ga/LICENSE.md

+ 2 - 2
modules/minion/classes/Kohana/Minion/Exception/InvalidTask.php

@@ -1,9 +1,9 @@
 <?php
+
 /**
  * Invalid Task Exception
  *
- * @package    Kohana
- * @category   Minion
+ * @package    Kohana/Minion
  * @author     Kohana Team
  * @copyright  (c) Kohana Team
  * @license    https://koseven.ga/LICENSE.md

+ 2 - 2
modules/minion/classes/Kohana/Minion/Task.php

@@ -1,9 +1,9 @@
 <?php
+
 /**
  * Interface that all minion tasks must implement
  *
- * @package    Kohana
- * @category   Minion
+ * @package    Kohana/Minion
  * @author     Kohana Team
  * @copyright  (c) Kohana Team
  * @license    https://koseven.ga/LICENSE.md

Some files were not shown because too many files changed in this diff