Skip to content

Commit

Permalink
minor #21382 [DependencyInjection] Remove an unused docblock (dunglas)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fabpot committed Jan 24, 2017
2 parents c2a6ddc + 9e33434 commit c90fbb4
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -24,9 +24,6 @@
*/
class AutowirePass extends AbstractRecursivePass implements CompilerPassInterface
{
/**
* @var ContainerBuilder
*/
private $reflectionClasses = array();
private $definedTypes = array();
private $types;
Expand Down

0 comments on commit c90fbb4

Please sign in to comment.