8000 minor #9554 [DependencyInjection] removed the unused Reference and Pa… · symfony/symfony@5e034fa · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e034fa

Browse files
committed
minor #9554 [DependencyInjection] removed the unused Reference and Parameter classes use statements from the compiled container class (hhamon)
This PR was merged into the 2.2 branch. Discussion ---------- [DependencyInjection] removed the unused Reference and Parameter classes use statements from the compiled container class | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ~ | License | MIT | Doc PR | ~ Commits ------- 7730d8d [DependencyInjection] removed the unused Reference and Parameter classes use statements from the compiled container class
< 8000 svg aria-hidden="true" focusable="false" class="octicon octicon-git-branch Octicon-sc-9kayk9-0 mr-1" viewBox="0 0 16 16" width="16" height="16" fill="currentColor" display="inline-block" overflow="visible" style="vertical-align:text-bottom">
2 parents a22a95c + 7730d8d commit 5e034fa

File tree

8 files changed

+0
-16
lines changed

8 files changed

+0
-16
lines changed

src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,8 +650,6 @@ private function startClass($class, $baseClass)
650650
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
651651
use Symfony\Component\DependencyInjection\Exception\LogicException;
652652
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
653-
use Symfony\Component\DependencyInjection\Reference;
654-
use Symfony\Component\DependencyInjection\Parameter;
655653
$bagClass
656654
657655
/**

src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1-1.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
77
use Symfony\Component\DependencyInjection\Exception\LogicException;
88
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
9-
use Symfony\Component\DependencyInjection\Reference;
10-
use Symfony\Component\DependencyInjection\Parameter;
119
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
1210

1311
/**

src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
77
use Symfony\Component\DependencyInjection\Exception\LogicException;
88
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
9-
use Symfony\Component\DependencyInjection\Reference;
10-
use Symfony\Component\DependencyInjection\Parameter;
119
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
1210

1311
/**

src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
77
use Symfony\Component\DependencyInjection\Exception\LogicException;
88
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
9-
use Symfony\Component\DependencyInjection\Reference;
10-
use Symfony\Component\DependencyInjection\Parameter;
119
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
1210

1311
/**

src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services11.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
77
use Symfony\Component\DependencyInjection\Exception\LogicException;
88
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
9-
use Symfony\Component\DependencyInjection\Reference;
10-
use Symfony\Component\DependencyInjection\Parameter;
119
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
1210

1311
/**

src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services8.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
77
use Symfony\Component\DependencyInjection\Exception\LogicException;
88
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
9-
use Symfony\Component\DependencyInjection\Reference;
10-
use Symfony\Component\DependencyInjection\Parameter;
119
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
1210

1311
/**

src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
77
use Symfony\Component\DependencyInjection\Exception\LogicException;
88
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
9-
use Symfony\Component\DependencyInjection\Reference;
10-
use Symfony\Component\DependencyInjection\Parameter;
119
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
1210

1311
/**

src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
77
use Symfony\Component\DependencyInjection\Exception\LogicException;
88
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
9-
use Symfony\Component\DependencyInjection\Reference;
10-
use Symfony\Component\DependencyInjection\Parameter;
119
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
1210

1311
/**

0 commit comments

Comments
 (0)
0