mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
DX: Fix CS and type hinting
This commit is contained in:
parent
3ca2811494
commit
ad94c7bcb7
@ -136,11 +136,9 @@ trait AddWidgetConfigurationTrait
|
|||||||
/**
|
/**
|
||||||
* add configuration nodes for the widget at the given place.
|
* add configuration nodes for the widget at the given place.
|
||||||
*
|
*
|
||||||
* @param type $place
|
* @param string $place
|
||||||
*
|
|
||||||
* @return type
|
|
||||||
*/
|
*/
|
||||||
protected function addWidgetsConfiguration($place, ContainerBuilder $containerBuilder)
|
protected function addWidgetsConfiguration(string $place, ContainerBuilder $containerBuilder)
|
||||||
{
|
{
|
||||||
$treeBuilder = new TreeBuilder($place);
|
$treeBuilder = new TreeBuilder($place);
|
||||||
$root = $treeBuilder->getRootNode($place)
|
$root = $treeBuilder->getRootNode($place)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user