Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/classes/Plugins/Export/ExportPdf.php')
-rw-r--r--libraries/classes/Plugins/Export/ExportPdf.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/libraries/classes/Plugins/Export/ExportPdf.php b/libraries/classes/Plugins/Export/ExportPdf.php
index 8552b6a656..f91413cc97 100644
--- a/libraries/classes/Plugins/Export/ExportPdf.php
+++ b/libraries/classes/Plugins/Export/ExportPdf.php
@@ -2,14 +2,12 @@
/**
* Produce a PDF report (export) from a query
*
- * @package PhpMyAdmin-Export
- * @subpackage PDF
+ * @package PhpMyAdmin-Export
*/
declare(strict_types=1);
namespace PhpMyAdmin\Plugins\Export;
-use PhpMyAdmin\Export;
use PhpMyAdmin\Plugins\Export\Helpers\Pdf;
use PhpMyAdmin\Plugins\ExportPlugin;
use PhpMyAdmin\Properties\Options\Groups\OptionsPropertyMainGroup;
@@ -29,8 +27,7 @@ if (! class_exists('TCPDF')) {
/**
* Handles the export for the PDF class
*
- * @package PhpMyAdmin-Export
- * @subpackage PDF
+ * @package PhpMyAdmin-Export
*/
class ExportPdf extends ExportPlugin
{