Skip to content

Commit 6cf0115

Browse files
authored
Fix invalid phpdoc in ContainerBuilder
1 parent 5caf9c5 commit 6cf0115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ContainerBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class ContainerBuilder extends Container implements TaggedContainerInterface
117117
private array $vendors;
118118

119119
/**
120-
* @var string[] the list of paths in vendor directories
120+
* @var array<string, bool> the cache for paths being in vendor directories
121121
*/
122122
private array $pathsInVendor = [];
123123

0 commit comments

Comments
 (0)