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/PdfTest.php')
-rw-r--r--test/classes/PdfTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/classes/PdfTest.php b/test/classes/PdfTest.php
index 0f8942d220..17e8d6139a 100644
--- a/test/classes/PdfTest.php
+++ b/test/classes/PdfTest.php
@@ -5,6 +5,8 @@
*
* @package PhpMyAdmin-test
*/
+declare(strict_types=1);
+
namespace PhpMyAdmin\Tests;
use PhpMyAdmin\Config;