summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php')
-rw-r--r--vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php b/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php
index d7db027072..47a6ece5c1 100644
--- a/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php
+++ b/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php
@@ -16,9 +16,9 @@ namespace Symfony\Component\HttpKernel\CacheClearer;
*/
class Psr6CacheClearer implements CacheClearerInterface
{
- private $pools = array();
+ private $pools = [];
- public function __construct(array $pools = array())
+ public function __construct(array $pools = [])
{
$this->pools = $pools;
}