mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 18:14:59 +00:00
DX: apply rector rules up to php8.0
This commit is contained in:
@@ -82,7 +82,7 @@ class WidgetRenderingTwig extends AbstractExtension
|
||||
* @param WidgetInterface $widget
|
||||
* @param mixed $ordering
|
||||
*/
|
||||
public function addWidget($place, $ordering, $widget, array $config = [])
|
||||
public function addWidget($place, mixed $ordering, $widget, array $config = [])
|
||||
{
|
||||
$this->widget[$place][$ordering] = [$widget, $config];
|
||||
}
|
||||
|
Reference in New Issue
Block a user