Skip to content

Commit e9968bd

Browse files
committed
Whole ContainerFactory is covered by BC
1 parent c55cdcc commit e9968bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/ContainerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
use Symfony\Component\Finder\Finder;
1414
use function sys_get_temp_dir;
1515

16+
/** @api */
1617
class ContainerFactory
1718
{
1819

@@ -43,7 +44,6 @@ public function __construct(string $currentWorkingDirectory)
4344
}
4445

4546
/**
46-
* @api
4747
* @param string $tempDirectory
4848
* @param string[] $additionalConfigFiles
4949
* @param string[] $analysedPaths

0 commit comments

Comments
 (0)