Skip to content

Commit 785fc79

Browse files
committed
Added the missing closing bracket
1 parent 96fb009 commit 785fc79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/CaxyHtmlDiffExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function load(array $configs, ContainerBuilder $container)
4747
$cacheDriverId = $this->loadCacheDriver('doctrine_cache_driver', $config['doctrine_cache_driver'], $container);
4848
}
4949

50-
if (!isset($config['purifier_cache_location']) {
50+
if (!isset($config['purifier_cache_location'])) {
5151
$config['purifier_cache_location'] = $container->getParameter('kernel.cache_dir');
5252
}
5353

0 commit comments

Comments
 (0)