summaryrefslogtreecommitdiffstats
path: root/tests/Parser/DropStatementTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Parser/DropStatementTest.php')
-rw-r--r--tests/Parser/DropStatementTest.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Parser/DropStatementTest.php b/tests/Parser/DropStatementTest.php
index ee71e16..0464367 100644
--- a/tests/Parser/DropStatementTest.php
+++ b/tests/Parser/DropStatementTest.php
@@ -18,9 +18,9 @@ class DropStatementTest extends TestCase
public function dropProvider()
{
- return array(
- array('parser/parseDrop'),
- array('parser/parseDrop2'),
- );
+ return [
+ ['parser/parseDrop'],
+ ['parser/parseDrop2'],
+ ];
}
}