TASK: Added missing variable name in phpdoc

This commit is contained in:
Daniel Hürtgen 2017-05-16 14:28:26 +02:00
parent 470910b07a
commit 06a45a528a

View file

@ -90,7 +90,7 @@ trait ExtendedPhpCsSupportTrait
/**
* Remove special chars like quotes from string.
*
* @param string
* @param string $string
* @return string
*/
public function getStringContent($string)