summaryrefslogtreecommitdiffstats
path: root/tests/Utils/QueryTest.php
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2019-01-16 18:07:19 -0200
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2019-01-16 18:07:19 -0200
commit17da8a34b81442524a8e01fead7b5968fa1cc39d (patch)
treeaf443eb31a13b3c4461a3322e10d376571f6d3b6 /tests/Utils/QueryTest.php
parent86c5baebda24c1721fb6881df8671a3c7df60e8b (diff)
downloadsql-parser-17da8a34b81442524a8e01fead7b5968fa1cc39d.zip
sql-parser-17da8a34b81442524a8e01fead7b5968fa1cc39d.tar.gz
sql-parser-17da8a34b81442524a8e01fead7b5968fa1cc39d.tar.bz2
Enable strict mode on PHP files
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'tests/Utils/QueryTest.php')
-rw-r--r--tests/Utils/QueryTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Utils/QueryTest.php b/tests/Utils/QueryTest.php
index 6991870..0d62915 100644
--- a/tests/Utils/QueryTest.php
+++ b/tests/Utils/QueryTest.php
@@ -1,4 +1,5 @@
<?php
+declare(strict_types=1);
namespace PhpMyAdmin\SqlParser\Tests\Utils;