TASK: Added missing variable name in phpdoc
This commit is contained in:
parent
470910b07a
commit
06a45a528a
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ trait ExtendedPhpCsSupportTrait
|
|||
/**
|
||||
* Remove special chars like quotes from string.
|
||||
*
|
||||
* @param string
|
||||
* @param string $string
|
||||
* @return string
|
||||
*/
|
||||
public function getStringContent($string)
|
||||
|
|
Loading…
Reference in a new issue