Completed
Branch master (4ff1ca)
by
unknown
02:50
created
Tests/Functional/DependencyInjection/ConfigurationTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 
36 36
         $kernel->shutdown();
37 37
         $this->tearDown();
38
-        $kernel->setConfigCallback(function ($container) {
38
+        $kernel->setConfigCallback(function($container) {
39 39
             $container->setParameter('rdv_migration', array(
40 40
                 'migration_path' => 'NonExistingPath',
41 41
             ));
Please login to merge, or discard this patch.