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 5caf9c5 commit 6cf0115Copy full SHA for 6cf0115
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