phpmyadmin/libraries/classes/Config/Forms/Setup/ExportForm.php
Maurício Meneghini Fauth 1a14b3e4d3 Remove vim modelines
These settings are no longer required as they are guaranteed through
other coding standard tools.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-09-02 09:43:21 -03:00

18 lines
273 B
PHP

<?php
/**
* User preferences form
*
* @package PhpMyAdmin
*/
declare(strict_types=1);
namespace PhpMyAdmin\Config\Forms\Setup;
/**
* Class ExportForm
* @package PhpMyAdmin\Config\Forms\Setup
*/
class ExportForm extends \PhpMyAdmin\Config\Forms\User\ExportForm
{
}