File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929interface EntityListenerResolver
3030{
3131 /**
32- * Clear all instances from the set, or a specific class when given.
32+ * Clear all instances from the set, or a specific instance when given its identifier .
3333 *
34- * @param string $className The fully-qualified class name
34+ * @param string $className May be any arbitrary string. Name kept for BC only.
3535 *
3636 * @return void
37- *
38- * @psalm-param class-string $className
3937 */
4038 function clear ($ className = null );
4139
4240 /**
43- * Returns a entity listener instance for the given class name .
41+ * Returns a entity listener instance for the given identifier .
4442 *
45- * @param string $className The fully-qualified class name
43+ * @param string $className May be any arbitrary string. Name kept for BC only.
4644 *
4745 * @return object An entity listener
48- *
49- * @psalm-param class-string $className
5046 */
5147 function resolve ($ className );
5248
You can’t perform that action at this time.
0 commit comments