mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-16 22:31:24 +00:00
Rector changes and immplementations of required methods
This commit is contained in:
@@ -78,7 +78,7 @@ class CustomFieldRenderingTwig extends AbstractExtension
|
||||
*
|
||||
* @return string HTML representation of the custom field label
|
||||
*/
|
||||
public function renderLabel(Environment $env, CustomField $customField, array $params = [])
|
||||
public function renderLabel(Environment $env, CustomField $customField, array $params = []): string
|
||||
{
|
||||
$resolvedParams = array_merge($this->defaultParams, $params);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user