PhpCsFixer\Fixer\Alias\NoMixedEchoPrintFixer::getDescription PHP 메소드

getDescription() 공개 메소드

public getDescription ( )
    public function getDescription()
    {
        return 'Either language construct `print` or `echo` should be used.';
    }