File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 4747 * All remains the same using with DoctrineModule\Service\AuthenticationStorageFactory,
4848 * however, a string may be passed to $objectManager. This string must be a valid key to
4949 * retrieve an ObjectManager instance from the ServiceManager.
50+ *
51+ * @template-extends AbstractOptions<mixed>
5052 */
5153final class Authentication extends AbstractOptions
5254{
Original file line number Diff line number Diff line change 99
1010/**
1111 * Cache options
12+ *
13+ * @template-extends AbstractOptions<mixed>
1214 */
1315final class Cache extends AbstractOptions
1416{
Original file line number Diff line number Diff line change 88
99/**
1010 * MappingDriver options
11+ *
12+ * @template-extends AbstractOptions<mixed>
1113 */
1214final class Driver extends AbstractOptions
1315{
Original file line number Diff line number Diff line change 88
99/**
1010 * EventManager options
11+ *
12+ * @template-extends AbstractOptions<mixed>
1113 */
1214final class EventManager extends AbstractOptions
1315{
You can’t perform that action at this time.
0 commit comments