File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,12 @@ class_exists(ArgumentServiceLocator::class);
36
36
* The container can have four possible behaviors when a service
37
37
* does not exist (or is not initialized for the last case):
38
38
*
39
- * * EXCEPTION_ON_INVALID_REFERENCE: Throws an exception (the default)
39
+ * * EXCEPTION_ON_INVALID_REFERENCE: Throws an exception at compilation time (the default)
40
40
* * NULL_ON_INVALID_REFERENCE: Returns null
41
41
* * IGNORE_ON_INVALID_REFERENCE: Ignores the wrapping command asking for the reference
42
42
* (for instance, ignore a setter if the service does not exist)
43
43
* * IGNORE_ON_UNINITIALIZED_REFERENCE: Ignores/returns null for uninitialized services or invalid references
44
+ * * RUNTIME_EXCEPTION_ON_INVALID_REFERENCE: Throws an exception at runtime
44
45
*
45
46
* @author Fabien Potencier <fabien@symfony.com>
46
47
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
You can’t perform that action at this time.
0 commit comments