apply more cs rules for php-cs

This commit is contained in:
2023-10-17 13:27:03 +02:00
parent 0b0cbed9db
commit bc2041cbdd
1485 changed files with 8169 additions and 9620 deletions

View File

@@ -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()
{