summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-kernel/Tests/Fixtures/KernelForTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/http-kernel/Tests/Fixtures/KernelForTest.php')
-rw-r--r--vendor/symfony/http-kernel/Tests/Fixtures/KernelForTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/symfony/http-kernel/Tests/Fixtures/KernelForTest.php b/vendor/symfony/http-kernel/Tests/Fixtures/KernelForTest.php
index 9734594b6e..868094a596 100644
--- a/vendor/symfony/http-kernel/Tests/Fixtures/KernelForTest.php
+++ b/vendor/symfony/http-kernel/Tests/Fixtures/KernelForTest.php
@@ -23,7 +23,7 @@ class KernelForTest extends Kernel
public function registerBundles()
{
- return array();
+ return [];
}
public function registerContainerConfiguration(LoaderInterface $loader)