Skip to content

Commit

Permalink
Whole ContainerFactory is covered by BC
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 9, 2021
1 parent c55cdcc commit e9968bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/ContainerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
use Symfony\Component\Finder\Finder;
use function sys_get_temp_dir;

/** @api */
class ContainerFactory
{

Expand Down Expand Up @@ -43,7 +44,6 @@ public function __construct(string $currentWorkingDirectory)
}

/**
* @api
* @param string $tempDirectory
* @param string[] $additionalConfigFiles
* @param string[] $analysedPaths
Expand Down

0 comments on commit e9968bd

Please sign in to comment.