From 1a2753901edfe8a101846323577c160e3459540d Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Sun, 29 Nov 2015 23:32:31 -0500 Subject: [PATCH] removing scope reference --- create_framework/dependency-injection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_framework/dependency-injection.rst b/create_framework/dependency-injection.rst index 39eaae4702e..725a8c019e1 100644 --- a/create_framework/dependency-injection.rst +++ b/create_framework/dependency-injection.rst @@ -219,7 +219,7 @@ And the related change in the front controller:: We have obviously barely scratched the surface of what you can do with the container: from class names as parameters, to overriding existing object -definitions, from scope support to dumping a container to a plain PHP class, +definitions, from shared service support to dumping a container to a plain PHP class, and much more. The Symfony dependency injection container is really powerful and is able to manage any kind of PHP class.