Skip to content

Commit a4fc289

Browse files
committed
minor symfony#57950 Fix invalid phpdoc in ContainerBuilder (stof)
This PR was merged into the 6.4 branch. Discussion ---------- Fix invalid phpdoc in ContainerBuilder | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | n/a | License | MIT Having the right type in phpdoc helps Psalm in our CI setup (all errors reported in https://github.com/symfony/symfony/actions/runs/10304849213/job/28524293972?pr=57948 are caused by this invalid type) and also makes it easier for contributors to understand that code. Commits ------- b35c26b Fix invalid phpdoc in ContainerBuilder
2 parents 0afbe2e + b35c26b commit a4fc289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/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)