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 'test/classes/Plugins/Export/ExportExcelTest.php')
-rw-r--r--test/classes/Plugins/Export/ExportExcelTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/classes/Plugins/Export/ExportExcelTest.php b/test/classes/Plugins/Export/ExportExcelTest.php
index 3f771bb177..2257b28a71 100644
--- a/test/classes/Plugins/Export/ExportExcelTest.php
+++ b/test/classes/Plugins/Export/ExportExcelTest.php
@@ -5,6 +5,8 @@
*
* @package PhpMyAdmin-test
*/
+declare(strict_types=1);
+
namespace PhpMyAdmin\Tests\Plugins\Export;
use PhpMyAdmin\Plugins\Export\ExportExcel;