Skip to content

Commit 3ce6266

Browse files
committed
fixed CS
1 parent e533e7d commit 3ce6266

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/DependencyInjection/DoctrineExtensionTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ public function providerBasicDrivers()
178178
['doctrine.orm.cache.apcu.class', ['type' => 'apcu']],
179179
['doctrine.orm.cache.array.class', ['type' => 'array']],
180180
['doctrine.orm.cache.xcache.class', ['type' => 'xcache']],
181-
['doctrine.orm.cache.wincache.class', array ('type' => 'wincache')],
182-
['doctrine.orm.cache.zenddata.class', array ('type' => 'zenddata')],
181+
['doctrine.orm.cache.wincache.class', ['type' => 'wincache']],
182+
['doctrine.orm.cache.zenddata.class', ['type' => 'zenddata']],
183183
['doctrine.orm.cache.redis.class', ['type' => 'redis'], ['setRedis']],
184-
['doctrine.orm.cache.memcache.class', array ('type' => 'memcache'), array ('setMemcache')],
184+
['doctrine.orm.cache.memcache.class', ['type' => 'memcache'], ['setMemcache']],
185185
['doctrine.orm.cache.memcached.class', ['type' => 'memcached'], ['setMemcached']],
186186
];
187187
}

0 commit comments

Comments
 (0)