Issue #2508071 by Pol, mgifford, quietone: Add missing declaration property $options in KeyValueFactory
parent
13f1debaef
commit
32f43424b9
|
@ -40,10 +40,19 @@ class KeyValueFactory implements KeyValueFactoryInterface {
|
|||
protected $stores = [];
|
||||
|
||||
/**
|
||||
* The service container.
|
||||
*
|
||||
* @var \Symfony\Component\DependencyInjection\ContainerInterface
|
||||
*/
|
||||
protected $container;
|
||||
|
||||
/**
|
||||
* Collection-specific storage override options.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $options;
|
||||
|
||||
/**
|
||||
* @param \Symfony\Component\DependencyInjection\ContainerInterface $container
|
||||
* The service container.
|
||||
|
|
Loading…
Reference in New Issue