summaryrefslogtreecommitdiffstats
path: root/tests/Components/ComponentTest.php
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2019-05-08 15:22:30 -0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2019-05-08 15:22:30 -0300
commitce4e30eae3f25af632ae88c58e493fbee188cda4 (patch)
treec36cc5e5fad959d446ca3c137a376d09e1d7add8 /tests/Components/ComponentTest.php
parent59af8990ed2ede94d4ba1c441954a95086c4c36b (diff)
downloadsql-parser-ce4e30eae3f25af632ae88c58e493fbee188cda4.zip
sql-parser-ce4e30eae3f25af632ae88c58e493fbee188cda4.tar.gz
sql-parser-ce4e30eae3f25af632ae88c58e493fbee188cda4.tar.bz2
Fix errors detected by PHPStan at level 0
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'tests/Components/ComponentTest.php')
-rw-r--r--tests/Components/ComponentTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Components/ComponentTest.php b/tests/Components/ComponentTest.php
index fec0f56..2595202 100644
--- a/tests/Components/ComponentTest.php
+++ b/tests/Components/ComponentTest.php
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);
-namespace PhpMyAdmin\SqlParser\Tests\Parser;
+namespace PhpMyAdmin\SqlParser\Tests\Components;
use PhpMyAdmin\SqlParser\Component;
use PhpMyAdmin\SqlParser\Parser;