Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c90fbb4

Browse filesBrowse 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
Copy full SHA for c90fbb4

File tree

Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php
-3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.