mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-26 16:45:01 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -25,9 +25,9 @@ class CSVCellTwig extends AbstractExtension
|
||||
/**
|
||||
* Replace into a string the char " by "".
|
||||
*
|
||||
* @param string $content The input string.
|
||||
* @param string $content the input string
|
||||
*
|
||||
* @return string The safe string.
|
||||
* @return string the safe string
|
||||
*/
|
||||
public function csvCellFilter($content)
|
||||
{
|
||||
@@ -55,7 +55,7 @@ class CSVCellTwig extends AbstractExtension
|
||||
/**
|
||||
* Returns the name of the extension.
|
||||
*
|
||||
* @return The name of the extension.
|
||||
* @return The name of the extension
|
||||
*/
|
||||
public function getName()
|
||||
{
|
||||
|
Reference in New Issue
Block a user