mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-15 13:51:24 +00:00
Rector changes and immplementations of required methods
This commit is contained in:
@@ -78,7 +78,7 @@ class WidgetRenderingTwig extends AbstractExtension
|
||||
* @param string $place
|
||||
* @param WidgetInterface $widget
|
||||
*/
|
||||
public function addWidget($place, mixed $ordering, $widget, array $config = [])
|
||||
public function addWidget($place, mixed $ordering, $widget, array $config = []): void
|
||||
{
|
||||
$this->widget[$place][$ordering] = [$widget, $config];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user