8000 Removed deprecations in DependencyInjection component by dosten · Pull Request #14155 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Removed deprecations in DependencyInjection component #14155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed test
  • Loading branch information
dosten committed Apr 22, 2015
commit cc43a9e030fec40ef51db50e488d2a80b403a9b9
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ public function __construct()
$this->services =
$this->scopedServices =
$this->scopeStacks = array();

$this->set('service_container', $this);

$this->scopes = array();
$this->scopeChildren = array();
}
Expand Down
0