Summary
When the dependencies of a class are injected using ContainerFactoryInterface or ContainerFactoryPluginInterface, the property types of the services are now always nullable and assigned a null value. It's same to assume these properties will never under normal circumstances be null, so they shouldn't be made nullable.
Summary
When the dependencies of a class are injected using
ContainerFactoryInterfaceorContainerFactoryPluginInterface, the property types of the services are now always nullable and assigned a null value. It's same to assume these properties will never under normal circumstances be null, so they shouldn't be made nullable.