We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a84a9 commit b35c26bCopy full SHA for b35c26b
src/Symfony/Component/DependencyInjection/ContainerBuilder.php
@@ -117,7 +117,7 @@ class ContainerBuilder extends Container implements TaggedContainerInterface
117
private array $vendors;
118
119
/**
120
- * @var string[] the list of paths in vendor directories
+ * @var array<string, bool> the cache for paths being in vendor directories
121
*/
122
private array $pathsInVendor = [];
123
0 commit comments