mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-26 09:33:50 +00:00
apply rector rules
This commit is contained in:
@@ -109,17 +109,15 @@ abstract class AbstractWidgetsCompilerPass implements CompilerPassInterface
|
||||
* cache of ordering by place.
|
||||
*
|
||||
* @internal used by function cacheAndGetOrdering
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
private $cacheOrdering = [];
|
||||
private array $cacheOrdering = [];
|
||||
|
||||
/**
|
||||
* @var WidgetFactoryInterface[]
|
||||
*/
|
||||
private $widgetFactories;
|
||||
private ?array $widgetFactories = null;
|
||||
|
||||
private $widgetServices = [];
|
||||
private array $widgetServices = [];
|
||||
|
||||
/**
|
||||
* process the configuration and the container to add the widget available.
|
||||
|
Reference in New Issue
Block a user