Skip to content

Commit

Permalink
Merge pull request #2364 from coreshop/coding-standard/refactor-4.0
Browse files Browse the repository at this point in the history
[CS] Refactor
  • Loading branch information
dpfaffenbauer authored Aug 24, 2023
2 parents 04a5239 + b5521ba commit 17f69a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function process(ContainerBuilder $container)
$container->findDefinition('pimcore.cache.adapter.doctrine_dbal')->setArgument(4, []);
$container->findDefinition('pimcore.cache.adapter.doctrine_dbal')->setArgument(
5,
new Reference(CacheResourceMarshaller::class)
new Reference(CacheResourceMarshaller::class),
);
}
}
Expand Down

0 comments on commit 17f69a1

Please sign in to comment.