Skip to content

Navigation Menu

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 e5b258c

Browse filesBrowse files
committed
Merge branch '6.4' into 7.2
* 6.4: [DependencyInjection] Fix a RST syntax issue
2 parents 6b2291f + cff3525 commit e5b258c
Copy full SHA for e5b258c

File tree

1 file changed

+10
-10
lines changed
Filter options

1 file changed

+10
-10
lines changed

‎components/dependency_injection.rst

Copy file name to clipboardExpand all lines: components/dependency_injection.rst
+10-10Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -180,16 +180,16 @@ You can override this behavior as follows::
180180

181181
These are all the possible behaviors:
182182

183-
* ``ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE``: throws an exception
184-
at compile time (this is the **default** behavior);
185-
* ``ContainerInterface::RUNTIME_EXCEPTION_ON_INVALID_REFERENCE``: throws an
186-
exception at runtime, when trying to access the missing service;
187-
* ``ContainerInterface::NULL_ON_INVALID_REFERENCE``: returns ``null``;
188-
* ``ContainerInterface::IGNORE_ON_INVALID_REFERENCE``: ignores the wrapping
189-
command asking for the reference (for instance, ignore a setter if the service
190-
does not exist);
191-
* ``ContainerInterface::IGNORE_ON_UNINITIALIZED_REFERENCE``: ignores/returns
192-
``null`` for uninitialized services or invalid references.
183+
* ``ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE``: throws an exception
184+
at compile time (this is the **default** behavior);
185+
* ``ContainerInterface::RUNTIME_EXCEPTION_ON_INVALID_REFERENCE``: throws an
186+
exception at runtime, when trying to access the missing service;
187+
* ``ContainerInterface::NULL_ON_INVALID_REFERENCE``: returns ``null``;
188+
* ``ContainerInterface::IGNORE_ON_INVALID_REFERENCE``: ignores the wrapping
189+
command asking for the reference (for instance, ignore a setter if the service
190+
does not exist);
191+
* ``ContainerInterface::IGNORE_ON_UNINITIALIZED_REFERENCE``: ignores/returns
192+
``null`` for uninitialized services or invalid references.
193193

194194
Avoiding your Code Becoming Dependent on the Container
195195
------------------------------------------------------

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.