Fix @since tags

This commit is contained in:
Madhura Jayaratne 2012-05-12 23:30:08 +05:30
parent 79e28ac708
commit 540ee229c6
3 changed files with 4 additions and 3 deletions

View File

@ -10,9 +10,9 @@ if (! defined('PHPMYADMIN')) {
}
/**
* @since phpMyAdmin 3.0.0
*
* @package PhpMyAdmin
* @since phpMyAdmin 3.0.0
*/
class PMA_Index
{

View File

@ -11,9 +11,9 @@ if (! defined('PHPMYADMIN')) {
/**
* @todo add caching
* @since phpMyAdmin 2.9.10
* @abstract
* @package PhpMyAdmin
* @since phpMyAdmin 2.9.10
*/
abstract class PMA_List extends ArrayObject
{

View File

@ -24,8 +24,9 @@ require_once './libraries/List.class.php';
* @todo this object should be attached to the PMA_Server object
* @todo ? make use of INFORMATION_SCHEMA
* @todo ? support --skip-showdatabases and user has only global rights
* @since phpMyAdmin 2.9.10
*
* @package PhpMyAdmin
* @since phpMyAdmin 2.9.10
*/
class PMA_List_Database extends PMA_List
{