diff --git a/libraries/Index.class.php b/libraries/Index.class.php index b73892c8e3..6ea20bec35 100644 --- a/libraries/Index.class.php +++ b/libraries/Index.class.php @@ -10,9 +10,9 @@ if (! defined('PHPMYADMIN')) { } /** - * @since phpMyAdmin 3.0.0 * * @package PhpMyAdmin + * @since phpMyAdmin 3.0.0 */ class PMA_Index { diff --git a/libraries/List.class.php b/libraries/List.class.php index 817b507975..c707042b18 100644 --- a/libraries/List.class.php +++ b/libraries/List.class.php @@ -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 { diff --git a/libraries/List_Database.class.php b/libraries/List_Database.class.php index 149c5b7012..f2dc291d0d 100644 --- a/libraries/List_Database.class.php +++ b/libraries/List_Database.class.php @@ -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 {