mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-08 15:54:59 +00:00
cs: Enable more risky rules.
This commit is contained in:
@@ -114,7 +114,7 @@ class WidgetRenderingTwig extends AbstractExtension
|
||||
$content = '';
|
||||
|
||||
foreach ($this->getWidgetsArraysOrdered($block) as $a) {
|
||||
/* @var $widget Widget\WidgetInterface */
|
||||
/** @var Widget\WidgetInterface $widget */
|
||||
$widget = $a[0];
|
||||
$config = $a[1];
|
||||
|
||||
|
Reference in New Issue
Block a user