Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 344c8bb

Browse files
committed
minor #23511 [DI] Remove an unused property in the Compiler (dunglas)
This PR was merged into the 4.0-dev branch. Discussion ---------- [DI] Remove an unused property in the Compiler | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Commits ------- 8f6a0f7 [DI] Remove an unused property in the Compiler
2 parents f52a35c + 8f6a0f7 commit 344c8bb

File tree

1 file changed

+0
-1
lines changed
  • src/Symfony/Component/DependencyInjection/Compiler

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ class Compiler
2323
{
2424
private $passConfig;
2525
private $log = array();
26-
private $loggingFormatter;
2726
private $serviceReferenceGraph;
2827

2928
public function __construct()

0 commit comments

Comments
 (0)