8000 minor #21382 [DependencyInjection] Remove an unused docblock (dunglas) · symfony/symfony@c90fbb4 · GitHub
[go: up one dir, main page]

Skip to content

Commit c90fbb4

Browse files
committed
minor #21382 [DependencyInjection] Remove an unused docblock (dunglas)
This PR was merged into the 3.3-dev branch. Discussion ---------- [DependencyInjection] Remove an unused docblock | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a The removal of this doc block was forgotten in #21327. Commits ------- 9e33434 [DependencyInjection] Remove an unused docblock
2 parents c2a6ddc + 9e33434 commit c90fbb4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
*/
2525
class AutowirePass extends AbstractRecursivePass implements CompilerPassInterface
2626
{
27-
/**
28-
* @var ContainerBuilder
29-
*/
3027
private $reflectionClasses = array();
3128
private $definedTypes = array();
3229
private $types;

0 commit comments

Comments
 (0)
0