Skip to content

Commit a03b5d8

Browse files
committed
fix invalid call to PhpFileLoader::load() in a test
1 parent 081c601 commit a03b5d8

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/merge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
$this->load('merge_import.php', $container);
3+
$this->load('merge_import.php');
44

55
$container->loadFromExtension('security', [
66
'providers' => [

0 commit comments

Comments
 (0)