mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 13:33:48 +00:00
cs: Enable more risky rules.
This commit is contained in:
@@ -30,10 +30,11 @@ class TranslatableStringTwig extends AbstractExtension
|
||||
$this->helper = $translatableStringHelper;
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* Returns a list of filters to add to the existing list.
|
||||
*
|
||||
* (non-PHPdoc)
|
||||
*
|
||||
* @see Twig_Extension::getFilters()
|
||||
*/
|
||||
public function getFilters()
|
||||
@@ -45,7 +46,7 @@ class TranslatableStringTwig extends AbstractExtension
|
||||
), ];
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* Returns the name of the extension.
|
||||
*
|
||||
* @return The name of the extension.
|
||||
|
Reference in New Issue
Block a user