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