summaryrefslogtreecommitdiffstats
path: root/tests/Parser/RestoreStatementTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Parser/RestoreStatementTest.php')
-rw-r--r--tests/Parser/RestoreStatementTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Parser/RestoreStatementTest.php b/tests/Parser/RestoreStatementTest.php
index 7f25e95..d8b73dc 100644
--- a/tests/Parser/RestoreStatementTest.php
+++ b/tests/Parser/RestoreStatementTest.php
@@ -18,8 +18,8 @@ class RestoreStatementTest extends TestCase
public function testRestoreProvider()
{
- return array(
- array('parser/parseRestore'),
- );
+ return [
+ ['parser/parseRestore'],
+ ];
}
}