Skip to content

Commit 3651bb0

Browse files
committed
Fix CS
1 parent 1ac9d1a commit 3651bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Bridge/Symfony/Bundle/DependencyInjection/ApiPlatformExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ private function getContainerBuilderProphecy()
407407
'api_platform.http_cache.purger.varnish',
408408
'api_platform.http_cache.purger.varnish_client',
409409
'api_platform.http_cache.listener.response.add_tags',
410-
'api_platform.http_cache.purger.varnish_client.test'
410+
'api_platform.http_cache.purger.varnish_client.test',
411411
];
412412

413413
foreach ($definitions as $definition) {

0 commit comments

Comments
 (0)